upgrade to netty 3.6.1
This commit is contained in:
parent
bf4c442509
commit
7726a4a9dd
4
pom.xml
4
pom.xml
|
@ -153,7 +153,7 @@
|
|||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>3.6.0.Final</version>
|
||||
<version>3.6.1.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -607,7 +607,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
<ignore/>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
|
Loading…
Reference in New Issue