donglang před 3 měsíci
rodič
revize
db7f0bde6e

+ 10 - 1
iot-dependencies/pom.xml

@@ -321,7 +321,16 @@
                 <artifactId>iot-starter-oss</artifactId>
                 <version>${revision}</version>
             </dependency>
-
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-module-upgrade-api</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-module-upgrade-biz</artifactId>
+                <version>${revision}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

+ 1 - 1
iot-framework/iot-starter-coap/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.middle.platform</groupId>
         <artifactId>iot-framework</artifactId>
-        <version>1.0.0</version>
+        <version>${revision}</version>
     </parent>
 
     <artifactId>iot-starter-coap</artifactId>

+ 1 - 1
iot-framework/iot-starter-kafka/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.middle.platform</groupId>
         <artifactId>iot-framework</artifactId>
-        <version>1.0.0</version>
+        <version>${revision}</version>
     </parent>
 
     <artifactId>iot-starter-kafka</artifactId>

+ 11 - 11
iot-module/iot-module-upgrade/iot-module-upgrade-biz/pom.xml

@@ -36,17 +36,17 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.springframework.cloud</groupId>
-                <artifactId>spring-cloud-dependencies</artifactId>
-                <version>${spring-cloud.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+<!--    <dependencyManagement>-->
+<!--        <dependencies>-->
+<!--            <dependency>-->
+<!--                <groupId>org.springframework.cloud</groupId>-->
+<!--                <artifactId>spring-cloud-dependencies</artifactId>-->
+<!--                <version>${spring-cloud.version}</version>-->
+<!--                <type>pom</type>-->
+<!--                <scope>import</scope>-->
+<!--            </dependency>-->
+<!--        </dependencies>-->
+<!--    </dependencyManagement>-->
 
     <build>
         <plugins>

+ 1 - 1
iot-module/pom.xml

@@ -16,7 +16,7 @@
         <module>iot-module-system</module>
         <module>iot-module-data</module>
         <module>iot-module-manage</module>
-        <module>iot-module-demo</module>
+<!--        <module>iot-module-demo</module>-->
         <module>iot-module-stream</module>
         <module>iot-module-upgrade</module>
     </modules>