Make netconf utilize encrypted passwords only
[netconf.git] / features / netconf / odl-netconf-netty-util / pom.xml
index a615f2f0ddf8025dff9172d82944b69b4e365056..9d537c73b722ac3c76263e57cd361231f3a87ede 100644 (file)
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-encrypt-service</artifactId>
+            <version>0.6.0-SNAPSHOT</version>
+            <classifier>config</classifier>
+            <type>xml</type>
+        </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>