Added support for list, leaf-list and container in output under rpc node in yang...
[controller.git] / opendaylight / config / yang-test / pom.xml
index 50c91883ee38cf13a4f63d8870345b6ff9ea302e..3de06882a62cb8afc15d56c3fe14a161fac5b4bc 100644 (file)
@@ -5,30 +5,34 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-subsystem</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>yang-test</artifactId>
 
     <description>Artifact that contains only generated code from yang files. Suitable for testing.
     </description>
+    <name>${project.artifactId}</name>
+    <prerequisites>
+        <maven>3.0.4</maven>
+    </prerequisites>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>config-api</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+         <groupId>org.opendaylight.yangtools.model</groupId>
+         <artifactId>ietf-inet-types</artifactId>
+        </dependency>
     </dependencies>
 
-    <name>${project.artifactId}</name>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
+
 
     <build>
         <plugins>