Added missing parent tag to pom files
[yangtools.git] / restconf / restconf-util / pom.xml
index 99c08eb51511cbf3c24d57d81a6a35a8fe84e499..b65308761db3964e8d10b5ff09f98dbe7dda1918 100644 (file)
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>restconf-client-api</artifactId>
         <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-client</artifactId>
-            <version>1.17</version>
         </dependency>
         <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>
-            <version>2.0.2</version>
         </dependency>
 
         <dependency>
@@ -82,7 +84,6 @@
         <dependency>
             <groupId>org.opendaylight.yangtools.model</groupId>
             <artifactId>ietf-topology-isis</artifactId>
-            <version>2013.10.21.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>bug527-test-model</artifactId>
+            <artifactId>binding-data-codec</artifactId>
             <version>0.6.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>bug527-test-model</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>bug1196-test-model</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>