Initial framework migration to netty.
[bgpcep.git] / framework / pom.xml
index e0ec4ff68db13d0014eaefb68c36d87fad591031..d49792f0f5a30245973cdcd72707d73a2736ec04 100644 (file)
                        <groupId>org.opendaylight.bgpcep</groupId>
                        <artifactId>util</artifactId>
             <version>${project.version}</version>
+        </dependency>
+        <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-all</artifactId>
+                       <version>4.0.0.CR9</version>
                </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>
@@ -61,6 +66,7 @@
                             org.opendaylight.protocol.util,
                                                        javax.annotation,
                                                        javax.management,
+                                                       io.netty.*,
                                                </Import-Package>
                                                <Export-Package>
                                                        org.opendaylight.protocol.framework,