xucaiqin před 1 rokem
rodič
revize
804304ef8e

+ 5 - 0
iot-dependencies/pom.xml

@@ -280,6 +280,11 @@
                 <artifactId>iot-module-manage-api</artifactId>
                 <version>${revision}</version>
             </dependency>
+            <dependency>
+                <groupId>com.middle.platform</groupId>
+                <artifactId>iot-starter-rabbitmq</artifactId>
+                <version>${revision}</version>
+            </dependency>
             <dependency>
                 <groupId>com.middle.platform</groupId>
                 <artifactId>iot-module-data-api</artifactId>

+ 6 - 1
iot-framework/iot-starter-rabbitmq/pom.xml

@@ -17,5 +17,10 @@
         <maven.compiler.target>17</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.amqp</groupId>
+            <artifactId>spring-rabbit</artifactId>
+        </dependency>
+    </dependencies>
 </project>

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

@@ -72,7 +72,10 @@
             <groupId>com.middle.platform</groupId>
             <artifactId>iot-module-manage-api</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-starter-rabbitmq</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <!-- 设置构建的 jar 包名 -->