summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
Diffstat (limited to 'container-test')
-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 961d827a390..438a2ca5024 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -97,5 +97,11 @@
<artifactId>commons-compress</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <!-- required for container-search code using org.json -->
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>