Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / features / odl-unimgr-cisco-xr-driver / pom.xml
index f80f92caabcbd0c798178b0ac4a47ecaccea916b..a5aa1e4bfd26df3dfa1315ecfd11f0758026c951 100644 (file)
@@ -3,11 +3,11 @@
   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.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.3</version>
+    <version>4.0.2</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
     <!-- netconf dependencies -->
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>odl-netconf-connector</artifactId>
+      <artifactId>odl-netconf-topology</artifactId>
       <version>${netconf.version}</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <!-- 
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-netconf-connector-ssh</artifactId>
@@ -63,7 +64,7 @@
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
-
+ -->
   </dependencies>
   <build>
     <plugins>