Skip to content

Commit

Permalink
#268 add jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Jul 15, 2024
1 parent a68fc72 commit f3b80cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions datasafe-storage/datasafe-storage-impl-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit f3b80cc

Please sign in to comment.