commit | 598d43e8746446a07610f73a00d99fb66e3cb8eb | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Feb 06 19:20:18 2014 -0800 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Feb 06 19:20:18 2014 -0800 |
tree | 0ca2de61f13ed844ee9fa903ded8db1ca67b0370 | |
parent | 7150133fdc4fb625f6f27cdad87f1c0f9c25e28e [diff] |
openflowj: upgrade netty to 3.9.0
diff --git a/java_gen/pre-written/pom.xml b/java_gen/pre-written/pom.xml index a455016..4f0dc74 100644 --- a/java_gen/pre-written/pom.xml +++ b/java_gen/pre-written/pom.xml
@@ -52,9 +52,9 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.jboss.netty</groupId> + <groupId>io.netty</groupId> <artifactId>netty</artifactId> - <version>3.2.9.Final</version> + <version>3.9.0.Final</version> </dependency> <dependency> <groupId>com.google.guava</groupId>