@@ -22,5 +22,9 @@
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.middle.platform</groupId>
+ <artifactId>iot-common-core</artifactId>
+ </dependency>
</dependencies>
</project>
@@ -1,4 +1,4 @@
-package com.middle.platform.common.rabbitmq.config;
+package com.middle.platform.rabbitmq.config;
import com.middle.platform.common.core.constant.RabbitConstant;
import org.springframework.amqp.core.TopicExchange;