Updated example with OF model done during HackFest.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / samples / maven-code-gen-sample / pom.xml
index 05981c457868ab24bf31d70e1bcd7b4f3775048e..03a2e8588e6d5e908b7bf32286d38614b5e0838a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>binding-generator</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5.1-SNAPSHOT</version>
     </parent>
     <artifactId>maven-code-gen-sample</artifactId>
 
@@ -13,7 +13,7 @@
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>0.5-SNAPSHOT</version>
+                <version>0.5.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -31,6 +31,8 @@
                                     </outputBaseDir>
                                 </generator>
                             </codeGenerators>
+                            <resourceProviders>
+                            </resourceProviders>
                         </configuration>
                     </execution>
                 </executions>
@@ -39,7 +41,7 @@
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
                         <artifactId>maven-sal-api-gen-plugin</artifactId>
-                        <version>0.5-SNAPSHOT</version>
+                        <version>0.5.1-SNAPSHOT</version>
                         <type>jar</type>
                     </dependency>
                 </dependencies>
@@ -82,7 +84,7 @@
                                                                                yang-maven-plugin
                                                                        </artifactId>
                                                                        <versionRange>
-                                                                               [1.0,)
+                                                                               [0.5,)
                                                                        </versionRange>
                                                                        <goals>
                                                                                <goal>
                </plugins>
         </pluginManagement>
     </build>
+    <dependencies>
+    <dependency>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>yang-binding</artifactId>
+    <version>0.5.1-SNAPSHOT</version>
+    </dependency>
+    </dependencies>
 </project>
\ No newline at end of file