Skip to content

Commit 2de3c9e

Browse files
committed
enforce our version of jackson-databind in serialization module
1 parent 533ac9a commit 2de3c9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powertools-serialization/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<groupId>org.apache.logging.log4j</groupId>
6868
<artifactId>log4j-slf4j2-impl</artifactId>
6969
</dependency>
70+
<dependency>
71+
<groupId>com.fasterxml.jackson.core</groupId>
72+
<artifactId>jackson-databind</artifactId>
73+
</dependency>
7074

7175
<!-- Test dependencies -->
7276
<dependency>

0 commit comments

Comments
 (0)