summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-dev/pom.xml4
-rw-r--r--parent/pom.xml5
-rw-r--r--vespajlib/pom.xml3
3 files changed, 9 insertions, 3 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 0c88531a248..85c6371d59c 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>
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>
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index fd8c589ce14..6d6b02b970d 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -34,17 +34,14 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
- <version>0.16</version>
</dependency>
<!-- provided scope -->