aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-11-21 15:57:54 +0100
committerGitHub <noreply@github.com>2022-11-21 15:57:54 +0100
commit88a4c159d2fa483e6b1cbcfc7bc56667e3427828 (patch)
treeaba5985c4e43048c896691f0b0ed5038412d91b5 /container-dev/pom.xml
parent317e07ad20dd9076502606af423adf8c068dd812 (diff)
parent230816931c1288d004268277942f164088a364b7 (diff)
Merge pull request #24935 from vespa-engine/bratseth/xxhash
Hash to 64 bits using xxhash
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 0c88531a248..be497963f6e 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -160,6 +160,10 @@
<artifactId>aircompressor</artifactId>
</exclusion>
<exclusion>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
@@ -167,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>