Remove explicit org.json from feature 14/102914/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:18:41 +0000 (11:18 +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>
(cherry picked from commit 92e5803e9cdbe365af29670bb973e4a4c825164d)

features/restconf/odl-restconf-nb-bierman02/pom.xml

index 62a9a42d64b707ce062022d200e8c9c145d8720c..82e4ae7fbce7126add066be4484ce7af2a6f8701 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>