From b205f6d9a4ec6b655aca9684ab3e75b3d7a26d08 Mon Sep 17 00:00:00 2001 From: "koo.taejin" Date: Fri, 2 Sep 2016 11:33:31 +0900 Subject: [PATCH] JDK logger conflict in JBoss #2026 1. upgrage netty (3.6.6.Final -> 3.10.6.Final) to avoid JDK logger conflict with JBOSS. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 655dabb4302f..6a38d4d7664b 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ io.netty netty - 3.6.6.Final + 3.10.6.Final io.netty