Enable public key based authentication for netconf
[netconf.git] / features / netconf / features-netconf / pom.xml
index 14f5bf7e62d3f7247dd204a6232852f0915fccf2..d1d9ff9134914c064dc86186d49c127a40b5f250 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.5.1-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.8.1-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.6.1-SNAPSHOT</config.version>
-    <features.test.version>1.8.1-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.9.1-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <aaa.version>0.5.2-SNAPSHOT</aaa.version>
+    <commons.opendaylight.version>1.8.2-SNAPSHOT</commons.opendaylight.version>
+    <controller.mdsal.version>1.5.2-SNAPSHOT</controller.mdsal.version>
+    <config.version>0.6.2-SNAPSHOT</config.version>
+    <features.test.version>1.8.2-SNAPSHOT</features.test.version>
+    <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.2-SNAPSHOT</netconf.version>
+    <protocol-framework.version>0.9.2-SNAPSHOT</protocol-framework.version>
+    <yangtools.version>1.1.2-SNAPSHOT</yangtools.version>
     <sshd-core.version>0.14.0</sshd-core.version>
   </properties>
 
@@ -45,7 +45,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>callhome-provider</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.aaa</groupId>
+      <artifactId>aaa-encrypt-service</artifactId>
+      <version>${aaa.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.aaa</groupId>
+      <artifactId>aaa-encrypt-service</artifactId>
+      <version>${aaa.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
   </dependencies>
 
   <scm>