From 83ff857541b5cc78fd6f327c69cb99948908c332 Mon Sep 17 00:00:00 2001 From: Rajan Date: Tue, 22 Nov 2016 14:27:43 -0800 Subject: [PATCH] exclude: conflicting artifact from async-http-client to avoid split-package conflict (#125) --- pom.xml | 7 +++++++ pulsar-client/pom.xml | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7af8a4a2cc8..29b20956439 100644 --- a/pom.xml +++ b/pom.xml @@ -103,10 +103,17 @@ flexible messaging model and an intuitive client API. + org.asynchttpclient async-http-client 2.0.19 + + + io.netty + * + + diff --git a/pulsar-client/pom.xml b/pulsar-client/pom.xml index c3f987000fa..d8e668cc765 100644 --- a/pulsar-client/pom.xml +++ b/pulsar-client/pom.xml @@ -44,12 +44,6 @@ org.asynchttpclient async-http-client - - - io.netty - netty-buffer - - -- GitLab