Browse Source

V.0.0.2 update proxy server by zhaoshang

wwd 3 years ago
parent
commit
682b3280ae
1 changed files with 12 additions and 2 deletions
  1. 12 2
      pom.xml

+ 12 - 2
pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <groupId>com.persagy</groupId>
     <artifactId>ztk-encryptdecodedata</artifactId>
-    <version>v0.0.1</version>
+    <version>v0.0.2</version>
     <name>ztk-encryptdecodedata</name>
     <description>Cmft project data encryption service interface processing</description>
 	<packaging>jar</packaging>
@@ -161,7 +161,17 @@
             <artifactId>qpid-jms-client</artifactId>
             <version>0.56.0</version>
         </dependency>
-
+        <!--alibaba http2 -->
+        <dependency>
+        <groupId>com.aliyun.openservices</groupId>
+        <artifactId>iot-client-message</artifactId>
+        <version>1.1.3</version>
+        </dependency>
+        <dependency>
+        <groupId>com.aliyun</groupId>
+        <artifactId>aliyun-java-sdk-core</artifactId>
+        <version>3.7.1</version>
+        </dependency>
         <!-- util for base64-->
         <dependency>
             <groupId>commons-codec</groupId>