Remove explicit org.json from feature 12/102912/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Oct 2022 09:07:54 +0000 (11:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Oct 2022 09:07:54 +0000 (11:07 +0200)
The package will be pulled in as needed, there is no point in mentioning
it separately.

Change-Id: I988db3fa3ce42f055ff151e9888811da2a19678e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/restconf/odl-restconf-nb-bierman02/pom.xml

index 57a49b3f5725a06d3d8e4c48c63e5ee7710e8bdc..3c54e7bee459aea2ea8277857d90da8fc1699245 100644 (file)
             <type>cfg</type>
             <classifier>restconf</classifier>
         </dependency>
-
-        <!-- TODO: Remove this when RESTCONF is converted to GSON -->
-        <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-            <version>20131018</version>
-        </dependency>
     </dependencies>
 </project>