Skip to content

Commit 399898c

Browse files
committed
force jackson core to avoid taking the transitive one from payloadoffloading (1.14.2)
1 parent abbc403 commit 399898c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powertools-large-messages/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<groupId>software.amazon.payloadoffloading</groupId>
7171
<artifactId>payloadoffloading-common</artifactId>
7272
</dependency>
73+
<dependency>
74+
<groupId>com.fasterxml.jackson.core</groupId>
75+
<artifactId>jackson-core</artifactId>
76+
</dependency>
7377
<dependency>
7478
<groupId>software.amazon.awssdk</groupId>
7579
<artifactId>sdk-core</artifactId>

0 commit comments

Comments
 (0)