|
@@ -87,38 +87,6 @@
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!--aliyun iot -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.aliyun</groupId>
|
|
|
- <artifactId>iot20180120</artifactId>
|
|
|
- <version>5.1.0</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--aliyun iot amqp -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.aliyun</groupId>
|
|
|
- <artifactId>aliyun-java-sdk-iot</artifactId>
|
|
|
- <version>7.41.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.aliyun</groupId>
|
|
|
- <artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
- <version>4.5.6</version>
|
|
|
- </dependency>
|
|
|
- <!-- amqp 1.0 qpid client -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.qpid</groupId>
|
|
|
- <artifactId>qpid-jms-client</artifactId>
|
|
|
- <version>0.57.0</version>
|
|
|
- </dependency>
|
|
|
- <!-- util for base64-->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
</dependencies>
|
|
|
|
|
|
<!-- Package as an executable jar -->
|