浏览代码

删除common-rabbitmq模块

xucaiqin 1 年之前
父节点
当前提交
787aa2fa07

+ 0 - 32
iot-common/iot-common-rabbitmq/pom.xml

@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>com.middle.platform</groupId>
-        <artifactId>iot-common</artifactId>
-        <version>${revision}</version>
-    </parent>
-
-    <artifactId>iot-common-rabbitmq</artifactId>
-    <packaging>jar</packaging>
-
-    <properties>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>com.middle.platform</groupId>
-            <artifactId>iot-starter-rabbitmq</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.middle.platform</groupId>
-            <artifactId>iot-common-core</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>

+ 0 - 1
iot-common/pom.xml

@@ -13,7 +13,6 @@
     <packaging>pom</packaging>
 
     <modules>
-        <module>iot-common-rabbitmq</module>
         <module>iot-common-core</module>
     </modules>
 

+ 5 - 5
iot-dependencies/pom.xml

@@ -130,11 +130,6 @@
                 <artifactId>iot-common-core</artifactId>
                 <version>${revision}</version>
             </dependency>
-            <dependency>
-                <groupId>com.middle.platform</groupId>
-                <artifactId>iot-common-rabbitmq</artifactId>
-                <version>${revision}</version>
-            </dependency>
             <!-- 组件 -->
             <dependency>
                 <groupId>com.middle.platform</groupId>
@@ -294,6 +289,11 @@
                 <artifactId>iot-starter-rabbitmq</artifactId>
                 <version>${revision}</version>
             </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-kafka</artifactId>
+                <version>${revision}</version>
+            </dependency>
             <dependency>
                 <groupId>com.middle.platform</groupId>
                 <artifactId>iot-module-data-api</artifactId>

+ 1 - 1
iot-module/iot-module-data/iot-module-data-biz/pom.xml

@@ -74,7 +74,7 @@
         </dependency>
         <dependency>
             <groupId>com.middle.platform</groupId>
-            <artifactId>iot-common-rabbitmq</artifactId>
+            <artifactId>iot-starter-rabbitmq</artifactId>
         </dependency>
     </dependencies>
     <build>