summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-06 10:57:56 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-12-06 10:57:56 +0100
commita50706d4d137b142066bab306fcc0c305f1910b4 (patch)
tree5074c1fe425b959348e254db938f4182a31def89 /parent
parent2b214efb42545c9173795d2f3e37aacc367b8ca5 (diff)
Add dependencyManagement for joda-time too.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 0614ec63816..2f61600424d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -627,6 +627,11 @@
<version>${jjwt.version}</version>
</dependency>
<dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.12.2</version>
+ </dependency>
+ <dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
<version>${zero-allocation-hashing.version}</version>