changes for config subsystem - BUG 754
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 865fb637ed629955172841f7ef14f4b35175cdf5..63b57378b8c9f563e72aea883480221a02cf6b88 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</developerConnection>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>
-  </scm>
+    </scm>
 
     <properties>
         <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
@@ -40,6 +40,9 @@
         <guava.version>14.0.1</guava.version> 
         <netty.version>4.0.17.Final</netty.version>
         <releaseplugin.version>2.3.2</releaseplugin.version>
+        <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
+        <yangtools.generator.version>0.6.2-SNAPSHOT</yangtools.generator.version>
+        <config.version>0.2.5-SNAPSHOT</config.version>
     </properties>
 
     <pluginRepositories>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>${releaseplugin.version}</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.opendaylight.yangtools</groupId>
+                    <artifactId>yang-maven-plugin</artifactId>
+                    <version>${yangtools.version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>${maven.bundle.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>