Re: [openflowplugin-dev] [openflowjava-dev] [controller-dev] OF Plugin Design Updated.
Ed Warnicke (eaw) <eaw@...>
We may want to settle onto a single version of netty throughout ODL… here's what I see so far:
toggle quoted message
Show quoted text
bgpcep:
<netty.version>4.0.7.Final</netty.version>
openflowjava:
<dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.6.Final</version>
</dependency>
ovsdb:
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.8.Final</version>
</dependency>
Ed
|
|