Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / cisco-xr-driver / pom.xml
index 47a96f310e32eaae3af29edb0948f0ef97f1ae32..9e4bf451b6360e9fb9231669fdd06e03f4e04cda 100644 (file)
@@ -6,19 +6,20 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.2 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <properties>
         <powermock.version>2.0.0-beta.5</powermock.version>
-        <mdsal.version>2.6.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>3.0.2</mdsal.version>
+        <netconf.version>1.6.0-SNAPSHOT</netconf.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
@@ -78,6 +79,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <artifactId>mdsal-binding-dom-adapter</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>netconf-topology</artifactId>
+            <version>${netconf.version}</version>
+        </dependency>
 
         <!-- Testing Dependencies -->
         <dependency>
@@ -123,10 +129,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <version>${powermock.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types-20130715</artifactId>
-            <version>2013.07.15.14.0-SNAPSHOT</version>
-        </dependency>
+    <dependency>
+        <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+        <artifactId>rfc6991</artifactId>
+    </dependency>
     </dependencies>
 </project>