Merge "Remove explicit version declaration"
[netconf.git] / features / netconf / odl-netconf-netty-util / pom.xml
index 057ea4ff76914b815ee081cd31070e8c58052657..40322a3606836114465029c2555ad6005a491bb8 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-netty-4</artifactId>
-            <version>2.0.2</version>
+            <version>2.0.4</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
             <artifactId>netconf-netty-util</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-encrypt-service</artifactId>