|
@@ -115,6 +115,24 @@
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
<version>3.7</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.alink.linksdk</groupId>
|
|
|
+ <artifactId>iot-linkkit-java</artifactId>
|
|
|
+ <version>1.2.0.1</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.alink.linksdk</groupId>
|
|
|
+ <artifactId>public-cmp-java</artifactId>
|
|
|
+ <version>1.3.6</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.code.gson</groupId>
|
|
|
+ <artifactId>gson</artifactId>
|
|
|
+ <version>2.8.1</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/cn.shuibo/rsa-encrypt-body-spring-boot -->
|
|
|
<dependency>
|
|
|
<groupId>cn.shuibo</groupId>
|
|
@@ -137,6 +155,19 @@
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
<version>4.1.43.Final</version>
|
|
|
</dependency>
|
|
|
+ <!-- amqp 1.0 qpid client -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.qpid</groupId>
|
|
|
+ <artifactId>qpid-jms-client</artifactId>
|
|
|
+ <version>0.56.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- util for base64-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
+ <version>1.10</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
@@ -161,9 +192,9 @@
|
|
|
</build>
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
- <id>spring-milestones</id>
|
|
|
- <name>Spring Milestones</name>
|
|
|
- <url>https://repo1.maven.org/maven2/</url>
|
|
|
+ <id>alimaven</id>
|
|
|
+ <name>aliyun maven</name>
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
</repository>
|
|
|
<repository>
|
|
|
<id>spring-snapshots</id>
|