summaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 2b1b20a9ed0..100fe749394 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -101,6 +101,12 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <!-- required for container-search code using org.json -->
+ <groupId>org.json</groupId>
+ <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>