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.
2 parents de6a4d7 + 419a0ef commit 6ae474eCopy full SHA for 6ae474e
pom.xml
@@ -32,12 +32,23 @@
32
<properties>
33
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34
</properties>
35
-
+
36
+ <dependencyManagement>
37
+ <dependencies>
38
+ <dependency>
39
+ <groupId>com.amazonaws</groupId>
40
+ <artifactId>aws-java-sdk-bom</artifactId>
41
+ <version>1.10.41</version>
42
+ <type>pom</type>
43
+ <scope>import</scope>
44
+ </dependency>
45
+ </dependencies>
46
+ </dependencyManagement>
47
48
<dependencies>
49
<dependency>
50
<groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk</artifactId>
- <version>1.10.41</version>
51
+ <artifactId>aws-java-sdk-dynamodb</artifactId>
52
</dependency>
53
54
0 commit comments