Skip to content

Commit

Permalink
build: removed duplicated dependencies declaration
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 425609d commit 9cad0e6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions jnosql-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,5 @@
<artifactId>dynamodb</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>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 9cad0e6

Please sign in to comment.