|
@@ -5,12 +5,12 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>com.middle.platform</groupId>
|
|
<groupId>com.middle.platform</groupId>
|
|
|
- <artifactId>iot-framework</artifactId>
|
|
|
|
|
|
|
+ <artifactId>iot-common</artifactId>
|
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
|
|
- <artifactId>iot-common</artifactId>
|
|
|
|
|
- <packaging>jar</packaging>
|
|
|
|
|
|
|
+ <artifactId>iot-common-core</artifactId>
|
|
|
|
|
+
|
|
|
<properties>
|
|
<properties>
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
@@ -82,4 +82,5 @@
|
|
|
<artifactId>okhttp</artifactId>
|
|
<artifactId>okhttp</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
+
|
|
|
</project>
|
|
</project>
|