Browse Source

[AWSsdk添加][修复]:添加aws sdk

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
f56902b97b
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      pom.xml

+ 12
- 0
pom.xml View File

@@ -28,6 +28,18 @@
<weixin-java-miniapp.version>3.1.0</weixin-java-miniapp.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.404</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>


Loading…
Cancel
Save