summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-26 10:35:29 +0200
committerjonmv <venstad@gmail.com>2022-10-26 10:35:29 +0200
commit27ea2edc4722bdbd8cc7f127b46a8be44a3281ad (patch)
tree89998f05ef1eb776b82a091dc1c10760be844932
parent335f1692be0ba26e6249d7870cc2c7faa5772a16 (diff)
org.json just on test classpath
-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>