summaryrefslogtreecommitdiffstats
path: root/container-dev
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 /container-dev
parentef0f9242199e55a2d01b2e7fac03cd73414bf01d (diff)
Use dependency management, and add excludes where needed.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 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>