Merge "BUG-63: remove dependency on netty-all"
[bgpcep.git] / bgp / rib-impl / pom.xml
index 8b7f244374b3c2b305099d222efd59e9a2bf0bb9..d69a52f901962fc52b3a6735f659b373a6c673cd 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.opendaylight.bgpcep</groupId>
                <artifactId>bgp-parent</artifactId>
-               <version>0.2.0-SNAPSHOT</version>
+               <version>0.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
                        <artifactId>guava</artifactId>
                        <version>${guava.version}</version>
                </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-codec</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-common</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-transport</artifactId>
+            <version>${netty.version}</version>
+               </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>