summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2024-02-01 17:24:48 +0100
committerThomas <>2024-02-01 17:24:48 +0100
commitc9886d89daa2a36b4cd96f4e956ef9e59aee291c (patch)
treef3e4557f40b82b09e650c0d7a2859e8e2f01b213 /pom.xml
parentb6a931c21927675491af40bc32cebfa5d432124e (diff)
downloadEAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.tar.gz
EAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.tar.bz2
EAAF-Components-c9886d89daa2a36b4cd96f4e956ef9e59aee291c.zip
feat(core): add Jackson Joda module
Hint: Modules will be only loaded if it is available on classpath
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 38c0e971..4ec30b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,8 +78,8 @@
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
- <com.fasterxml.jackson.core.version>2.16.0</com.fasterxml.jackson.core.version>
- <com.fasterxml.jackson.databind.version>2.16.0</com.fasterxml.jackson.databind.version>
+ <com.fasterxml.jackson.core.version>2.16.1</com.fasterxml.jackson.core.version>
+ <com.fasterxml.jackson.databind.version>2.16.1</com.fasterxml.jackson.databind.version>
<gson.version>2.10.1</gson.version>
<org.bitbucket.b_c.jose4j.version>0.9.3</org.bitbucket.b_c.jose4j.version>
@@ -668,6 +668,11 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
+ <version>${com.fasterxml.jackson.core.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-joda</artifactId>
<version>${com.fasterxml.jackson.core.version}</version>
</dependency>