summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-01 13:30:58 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:23 +0200
commit37472a9286b33205ef78387cbbe0dca72f6bd244 (patch)
treea544e5d2624766561a3aee0be48dd7a8a3e117bb /container-test
parent9dec8e9be90547ac878e1481fb05c5de128508fd (diff)
Add org.json to container-test
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>