Skip to content

Commit

Permalink
test: add DataFaker to help with tests
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 12, 2024
1 parent e181422 commit ca844dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jnosql-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
<artifactId>dynamodb-enhanced</artifactId>
<version>${dynamodb.version}</version>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
Expand Down

0 comments on commit ca844dc

Please sign in to comment.