Skip to content

Commit

Permalink
Add jackson joda dependency
Browse files Browse the repository at this point in the history
Needed for TLS-Scanner (X509 uses joda time)
  • Loading branch information
XoMEX committed Dec 20, 2023
1 parent 5b89de7 commit 6668a28
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 6668a28

Please sign in to comment.