Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88f4fd commit ca66562Copy full SHA for ca66562
aliyun-java-sdk-airec/ChangeLog.txt
@@ -1,3 +1,6 @@
1
+2019-04-11 Version: 1.0.1-SNAPSHOT
2
+1, Modified the field 'ItemId' type to String.
3
+
4
2019-04-09 Version: 1.0.1-SNAPSHOT
5
1, Modified the field 'ItemId' type to String.
6
aliyun-java-sdk-airec/pom.xml
@@ -33,6 +33,11 @@ http://www.aliyun.com</description>
33
<optional>true</optional>
34
<version>[4.3.2,5.0.0)</version>
35
</dependency>
36
+ <dependency>
37
+ <groupId>com.google.code.gson</groupId>
38
+ <artifactId>gson</artifactId>
39
+ <version>2.8.5</version>
40
+ </dependency>
41
</dependencies>
42
<licenses>
43
<license>
0 commit comments