summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-11-21 15:15:33 +0100
committerJon Bratseth <bratseth@gmail.com>2022-11-21 15:15:33 +0100
commit425351bafa1487de40ef24682a43337c4c52bb5f (patch)
tree7e95d910b745b07c896c01da4a8c20196c0689e1 /parent
parent67c8e13d6daa3bd14151377fad1e7f07eab85877 (diff)
zero-allocation-hashing dependency management
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
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>