Skip to content

Commit

Permalink
添加gson与阿里云Alibaba Cloud SDK的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Nov 13, 2019
1 parent 7172a5a commit 84c47f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions OnlineSurveyBackEnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<!-- Alibaba Cloud SDK -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.4.6</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-ecs</artifactId>
<version>4.17.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 84c47f4

Please sign in to comment.