From 56e2592e5870b7c188afa5d3fb7a8d83643f6342 Mon Sep 17 00:00:00 2001 From: ederign1 Date: Mon, 23 Oct 2017 14:37:41 -0200 Subject: [PATCH] [ARTEMIS-1477] Removing netty-all dependency from clients --- artemis-commons/pom.xml | 10 +++++++++- artemis-core-client/pom.xml | 16 ++++++++++++---- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 5 deletions(-) diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index 2308c0872b..eaae60e884 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -50,7 +50,15 @@ io.netty - netty-all + netty-buffer + + + io.netty + netty-transport + + + io.netty + netty-handler commons-beanutils diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index ce82465499..8220f660ab 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -59,10 +59,6 @@ artemis-commons ${project.version} - - io.netty - netty-all - junit junit @@ -76,6 +72,18 @@ org.apache.johnzon johnzon-core + + io.netty + netty-transport-native-kqueue + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-codec-http + diff --git a/pom.xml b/pom.xml index 44843bc27e..886ab7a423 100644 --- a/pom.xml +++ b/pom.xml @@ -474,6 +474,42 @@ ${netty.version} + + io.netty + netty-buffer + ${netty.version} + + + + io.netty + netty-transport + ${netty.version} + + + + io.netty + netty-handler + ${netty.version} + + + + io.netty + netty-transport-native-epoll + ${netty.version} + + + + io.netty + netty-transport-native-kqueue + ${netty.version} + + + + io.netty + netty-codec-http + ${netty.version} + + org.apache.qpid proton-j