From 2cd16ea48276893c28064ddb91076afed327bd03 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 6 Jun 2018 12:57:45 -0400 Subject: [PATCH] ARTEMIS-1913 Dependency to netty tcpnative should be optional --- artemis-core-client/pom.xml | 5 ----- examples/features/standard/netty-openssl/pom.xml | 8 ++++++++ pom.xml | 7 ------- tests/integration-tests/pom.xml | 6 ++++++ tests/unit-tests/pom.xml | 6 ++++++ 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index 092b8c399c5..47b72e23127 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -118,11 +118,6 @@ io.netty netty-common - - io.netty - netty-tcnative-boringssl-static - - diff --git a/examples/features/standard/netty-openssl/pom.xml b/examples/features/standard/netty-openssl/pom.xml index 5f61a20a12d..b146d280081 100644 --- a/examples/features/standard/netty-openssl/pom.xml +++ b/examples/features/standard/netty-openssl/pom.xml @@ -33,6 +33,7 @@ under the License. ${project.basedir}/../../../.. + 2.0.7.Final @@ -41,6 +42,12 @@ under the License. artemis-jms-client-all ${project.version} + + io.netty + netty-tcnative-boringssl-static + ${netty.tcnative.version} + + @@ -56,6 +63,7 @@ under the License. ${noServer} + io.netty:netty-tcnative-boringssl-static:${netty.tcnative.version} diff --git a/pom.xml b/pom.xml index 8c506109644..7249c2dfb3e 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,6 @@ 2.4 2.8.47 4.1.24.Final - 2.0.7.Final 0.27.1 3.0.19.Final 1.7.21 @@ -541,12 +540,6 @@ ${netty.version} - - io.netty - netty-tcnative-boringssl-static - ${netty.tcnative.version} - - org.apache.qpid proton-j diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index d1c2b334498..ad278643ec7 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -397,6 +397,12 @@ jgroups + + + io.netty + netty-tcnative-boringssl-static + 2.0.7.Final + diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 5748163ddef..3f00b6ef107 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -160,6 +160,12 @@ 2.7.0-SNAPSHOT test + + io.netty + netty-tcnative-boringssl-static + 2.0.7.Final + test +