提交 610a9fb0 编写于 作者: R Rajan 提交者: GitHub

Remove shading-package-relocation for async-client as it creates conflict...

Remove shading-package-relocation for async-client as it creates conflict while reading property file (#119)
上级 70ae6710
......@@ -111,7 +111,12 @@
<include>org.apache.commons:commons-lang3</include>
<include>commons-codec:commons-codec</include>
<include>commons-collections:commons-collections</include>
<include>org.asynchttpclient:async-http-client</include>
<include>org.asynchttpclient:*</include>
<include>io.netty:netty-codec-http</include>
<include>io.netty:netty-transport-native-epoll</include>
<include>org.reactivestreams:reactive-streams</include>
<include>com.typesafe.netty:netty-reactive-streams</include>
<include>org.javassist:javassist</include>
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:guava</include>
<include>com.google.code.gson:gson</include>
......@@ -122,7 +127,7 @@
<include>com.yahoo.pulsar:pulsar-common</include>
<include>com.yahoo.pulsar:pulsar-checksum</include>
<include>net.jpountz.lz4:lz4</include>
<include>com.yahoo.datasketches:sketches-core</include>>
<include>com.yahoo.datasketches:sketches-core</include>
</includes>
</artifactSet>
<filters>
......@@ -138,10 +143,6 @@
<pattern>org.apache.commons</pattern>
<shadedPattern>com.yahoo.pulsar.shade.org.apache.commons</shadedPattern>
</relocation>
<relocation>
<pattern>org.asynchttpclient</pattern>
<shadedPattern>com.yahoo.pulsar.shade.org.asynchttpclient</shadedPattern>
</relocation>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>com.yahoo.pulsar.shade.com.google</shadedPattern>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册