Skip to content

Commit f4806e1

Browse files
committed
Initial set of implementation
1 parent f37c006 commit f4806e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-cloud-aws-test/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<groupId>org.junit.jupiter</groupId>
5858
<artifactId>junit-jupiter-api</artifactId>
5959
</dependency>
60+
<dependency>
61+
<groupId>tools.jackson.core</groupId>
62+
<artifactId>jackson-databind</artifactId>
63+
<scope>test</scope>
64+
</dependency>
6065

6166
<dependency>
6267
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)