BUG-8923: Bump odlparent to 2.0.4
[netconf.git] / features / netconf-connector / odl-netconf-connector / pom.xml
index 7d82fb9c7d6fed8c21657fbfebadffaedb71e58f..674fb6b4faeb7a16cb96974b59f0e5c6029c7408 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-config</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>odl-aaa-encryption-service</artifactId>
+            <version>0.6.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
     </dependencies>
-</project>
\ No newline at end of file
+</project>