Enable public key based authentication for netconf
[netconf.git] / features / netconf-connector / odl-netconf-connector / pom.xml
index 1af4b9faa7b6b5eafe886515546740966a333b37..5f3774611573246ccc3458455b51a88cb25d4e10 100644 (file)
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-config</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>odl-aaa-encryption-service</artifactId>
+            <version>0.7.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>