提交 51fc2981 编写于 作者: R Robert Metzger

[FLINK-3540] Shade org.htrace in flink-shaded-hadoop to get rid of its Guava dependency

This closes #1737
上级 9922d10a
......@@ -117,6 +117,7 @@ under the License.
<include>io.netty:netty:*</include>
<include>org.apache.curator:*</include>
<include>org.apache.hadoop:*</include>
<include>org.htrace:htrace-core</include>
<!-- This dependency needs to be included to properly get rid of the HTTP Components dependency -->
<include>net.java.dev.jets3t:jets3t</include>
......@@ -152,6 +153,10 @@ under the License.
<pattern>org.apache.commons.httpclient</pattern>
<shadedPattern>org.apache.flink.hadoop.shaded.org.apache.commons.httpclient</shadedPattern>
</relocation>
<relocation>
<pattern>org.htrace</pattern>
<shadedPattern>org.apache.flink.hadoop.shaded.org.htrace</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册