summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 12:30:27 +0200
committerjonmv <venstad@gmail.com>2022-10-21 12:30:27 +0200
commit79bfb15dd47f06efa7c535911911778650e709eb (patch)
tree7d52058cdcad83d7f231eaaf7bbaf134e224f6cd /container-search/pom.xml
parentd5b018b37a636a0ef7470cd5ee610cedc1f3e41d (diff)
Replace org.json with slime in JSONString
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 1c3e7e71497..abd424111f2 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -57,11 +57,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-core</artifactId>
<version>${project.version}</version>