aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/pom.xml')
-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>