aboutsummaryrefslogtreecommitdiffstats
path: root/docprocs
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-01 11:54:14 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:23 +0200
commit08a1f79ca076148b55b27f07aa5f7c9640fb9988 (patch)
treea05836a3277e6e5577b50d76053ff89f5f5446c2 /docprocs
parent73c8f9fdecc97af76ca6918910768a33a1ecb84f (diff)
Stop exporting org.json (including removal of deprecated APIs)
Diffstat (limited to 'docprocs')
-rw-r--r--docprocs/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/docprocs/pom.xml b/docprocs/pom.xml
index 962906a6949..7ad13ce83e1 100644
--- a/docprocs/pom.xml
+++ b/docprocs/pom.xml
@@ -104,10 +104,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotation</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- </exclusion>
</exclusions>
</dependency>
</dependencies>