Skip to content

Commit

Permalink
Fixed broken tests for Dynamo SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Jan 27, 2022
1 parent 5f54408 commit 524d6e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bucket4j-dynamodb-sdk-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<relativePath>../bucket4j-parent</relativePath>
</parent>



<artifactId>bucket4j-dynamodb-sdk-v1</artifactId>
<name>bucket4j-dynamodb-sdk-v1</name>

Expand Down Expand Up @@ -56,6 +54,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>DynamoDBLocal</artifactId>
Expand Down

0 comments on commit 524d6e6

Please sign in to comment.