aboutsummaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 2b1b20a9ed0..ed33c0ba4cd 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -101,6 +101,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <!-- not used by Vespa, but was historically on test classpath -->
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </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>