Skip to content

Commit

Permalink
Merge pull request #33 from tls-attacker/joda-time-serialization
Browse files Browse the repository at this point in the history
Add jackson joda dependency
  • Loading branch information
XoMEX authored Dec 20, 2023
2 parents 5b89de7 + 6668a28 commit fee3aeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit fee3aeb

Please sign in to comment.