瀏覽代碼

pom修改

xiwa 3 年之前
父節點
當前提交
68b9a405b4
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 7 0
      iot-components/iot-emqx-component/pom.xml
  2. 7 0
      iot-components/iot-mqtt-component/pom.xml

+ 7 - 0
iot-components/iot-emqx-component/pom.xml

@@ -48,6 +48,11 @@
             <artifactId>iot-component-base</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>cc.iotkit</groupId>
+            <artifactId>iot-data-service</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>
@@ -102,6 +107,8 @@
                 <configuration>
                     <source>11</source>
                     <target>11</target>
+                    <forceJavacCompilerUse>true</forceJavacCompilerUse>
+                    <useIncrementalCompilation>false</useIncrementalCompilation>
                 </configuration>
             </plugin>
         </plugins>

+ 7 - 0
iot-components/iot-mqtt-component/pom.xml

@@ -53,6 +53,11 @@
             <artifactId>iot-component-base</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>cc.iotkit</groupId>
+            <artifactId>iot-data-service</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>
@@ -86,6 +91,8 @@
                 <configuration>
                     <source>11</source>
                     <target>11</target>
+                    <forceJavacCompilerUse>true</forceJavacCompilerUse>
+                    <useIncrementalCompilation>false</useIncrementalCompilation>
                 </configuration>
             </plugin>
         </plugins>