summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-26 10:32:37 +0200
committerjonmv <venstad@gmail.com>2022-10-26 10:32:37 +0200
commit335f1692be0ba26e6249d7870cc2c7faa5772a16 (patch)
treebf97842519e6652d01b8ed4e54b3e078ac3e9dbd /container-test
parentb6f5b5dd892db064fc5fed44e960d87d24227c4c (diff)
Revert "No more org.json"
This reverts commit 282c257829f1104170421cb1a1bf25deb31cac71.
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 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>