summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 438a2ca5024..c6474730f42 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -103,5 +103,10 @@
<artifactId>json</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <!-- TODO: this, and probably others, could be removed from here if we make the fat jar the default artifact for jdisc_core -->
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </dependency>
</dependencies>
</project>