Bug 5995: remove org.json 40/46140/4
authorStephen Kitt <[email protected]>
Fri, 23 Sep 2016 16:31:50 +0000 (18:31 +0200)
committerBrady Johnson <[email protected]>
Tue, 20 Jun 2017 08:12:58 +0000 (10:12 +0200)
Nothing appears to use org.json any more in SFC, remove it.

Change-Id: If7d9e909a5ad7e93c1a1f894bde6df7754cb6dc8
Signed-off-by: Stephen Kitt <[email protected]>
features/odl-sfc-sb-rest/pom.xml

index 3d4bc87878c11001ff8817ed440c8f08b7543073..b0b38e48b4c9c2067ff0689eb6f8ca125d666b0d 100644 (file)
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.datatype</groupId>
-            <artifactId>jackson-datatype-json-org</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.jaxrs</groupId>
             <artifactId>jackson-jaxrs-base</artifactId>