We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0f3dc commit cfe069fCopy full SHA for cfe069f
1 file changed
powertools-serialization/pom.xml
@@ -67,6 +67,10 @@
67
<groupId>org.apache.logging.log4j</groupId>
68
<artifactId>log4j-slf4j2-impl</artifactId>
69
</dependency>
70
+ <dependency>
71
+ <groupId>com.fasterxml.jackson.core</groupId>
72
+ <artifactId>jackson-databind</artifactId>
73
+ </dependency>
74
75
<!-- Test dependencies -->
76
<dependency>
0 commit comments