Skip to content

Commit

Permalink
JDK logger conflict in JBoss pinpoint-apm#2026
Browse files Browse the repository at this point in the history
1. upgrage netty (3.6.6.Final -> 3.10.6.Final) to avoid JDK logger conflict with JBOSS.
  • Loading branch information
koo-taejin committed Sep 2, 2016
1 parent 4fd44f0 commit b205f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.6.Final</version>
<version>3.10.6.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit b205f6d

Please # to comment.