Lower org.json exposure
[netconf.git] / features / restconf / odl-restconf-nb-bierman02 / pom.xml
index 3d8ef51376c029a7de89141d3890bba8e88696a1..1312780703ad533b31ee3b580e89a68075583d05 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>