summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-dev/pom.xml4
-rw-r--r--container-test/pom.xml4
-rw-r--r--parent/pom.xml6
3 files changed, 14 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 85c6371d59c..be497963f6e 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -171,6 +171,10 @@
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 32a64a98b9e..7dcbc794b77 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -67,6 +67,10 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8bb85dda0ff..743bcd05b8b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -627,6 +627,11 @@
<version>${jjwt.version}</version>
</dependency>
<dependency>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ <version>${zero-allocation-hashing.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
@@ -1168,6 +1173,7 @@
<spifly.version>1.3.5</spifly.version>
<surefire.version>2.22.2</surefire.version>
<wiremock.version>2.35.0</wiremock.version>
+ <zero-allocation-hashing.version>0.16</zero-allocation-hashing.version>
<zookeeper.client.version>3.8.0</zookeeper.client.version>
<doclint>all</doclint>