summaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 15:10:30 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 15:10:30 +0100
commit67c8e13d6daa3bd14151377fad1e7f07eab85877 (patch)
treecb9211dd6efb99180ed20a3cd61998d801406bb4 /parent/pom.xml
parentef0f9242199e55a2d01b2e7fac03cd73414bf01d (diff)
Use dependency management, and add excludes where needed.
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 eaed6b398ec..8bb85dda0ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -702,6 +702,11 @@
<version>${jna.version}</version>
</dependency>
<dependency>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ <version>0.16</version>
+ </dependency>
+ <dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>2.10.1</version>