aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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 /container-dev
parent73c8f9fdecc97af76ca6918910768a33a1ecb84f (diff)
Stop exporting org.json (including removal of deprecated APIs)
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 6268e1e6fb4..844fc26a6ef 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -165,6 +165,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>