aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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 /container-test
parent335f1692be0ba26e6249d7870cc2c7faa5772a16 (diff)
org.json just on test classpath
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
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>