summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 12:34:06 +0200
committerjonmv <venstad@gmail.com>2022-10-21 12:34:06 +0200
commit282c257829f1104170421cb1a1bf25deb31cac71 (patch)
tree5e11b2e70e0dd1439981fa987c014a0795ae9ebf /container-test
parent79bfb15dd47f06efa7c535911911778650e709eb (diff)
No more org.json
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 100fe749394..2b1b20a9ed0 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -101,12 +101,6 @@
<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>