|
@@ -3,7 +3,7 @@
|
|
|
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">
|
|
|
<parent>
|
|
|
- <artifactId>iot-message-bus</artifactId>
|
|
|
+ <artifactId>iot-common</artifactId>
|
|
|
<groupId>cc.iotkit</groupId>
|
|
|
<version>${revision}</version>
|
|
|
</parent>
|
|
@@ -14,20 +14,24 @@
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
+ <groupId>io.vertx</groupId>
|
|
|
+ <artifactId>vertx-web-client</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>iot-model</artifactId>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>iot-message-core</artifactId>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|