summaryrefslogtreecommitdiffstats
path: root/container-test
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 /container-test
parent67c8e13d6daa3bd14151377fad1e7f07eab85877 (diff)
zero-allocation-hashing dependency management
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
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>