Skip to content

Commit

Permalink
enforce our version of jackson-databind in serialization module (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Oct 24, 2023
1 parent cd0f3dc commit cfe069f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions powertools-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit cfe069f

Please sign in to comment.