summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-dev/pom.xml4
-rw-r--r--container-test/pom.xml2
2 files changed, 1 insertions, 5 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 8279a497e4a..0c88531a248 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -208,10 +208,6 @@
<artifactId>commons-math3</artifactId>
</exclusion>
<exclusion>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</exclusion>
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 100fe749394..3e75535f9d4 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -101,7 +101,7 @@
<scope>compile</scope>
</dependency>
<dependency>
- <!-- required for container-search code using org.json -->
+ <!-- not used by Vespa, but was historically on test classpath -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>compile</scope>