Browse Source

Set version of netty-transport to 4.1.15.Final as well.

I had a java.lang.NoSuchMethodError: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater because of conflicting netty versions.
This pr updates the old(maybe forgotten) netty dependencies to 4.1.15.Final.
master
Alexander 8 years ago
parent
commit
22d651b3dd
No known key found for this signature in database GPG Key ID: DA4DEE392D90D90F
  1. 2
      pom.xml

2
pom.xml

@ -108,7 +108,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.5.Final</version>
<version>4.1.15.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>

Loading…
Cancel
Save