Update to a Newer Version of DynamoDB Local
Updated to a newer version of the DynamoDB Local library, and updated the repository location.
This commit is contained in:
parent
fb4270e98b
commit
97a29fc918
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
|
@ -99,16 +99,16 @@
|
|||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>DynamoDBLocal</artifactId>
|
||||
<version>1.11.0.1</version>
|
||||
<version>1.11.86</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>dynamodb-local</id>
|
||||
<name>DynamoDB Local Release Repository</name>
|
||||
<url>http://dynamodb-local.s3-website-us-west-2.amazonaws.com/release</url>
|
||||
<id>dynamodblocal</id>
|
||||
<name>AWS DynamoDB Local Release Repository</name>
|
||||
<url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue