提交 7378f014 编写于 作者: R Robert Metzger

[FLINK-3328] Incorrectly shaded dependencies in flink-runtime

This closes #1584
上级 aabb2688
......@@ -410,6 +410,7 @@ under the License.
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes combine.children="append">
<include>org.apache.flink:flink-shaded-curator-recipes</include>
......
......@@ -64,10 +64,11 @@ under the License.
</goals>
<configuration>
<artifactSet combine.self="override">
<excludes>
<exclude>log4j</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>
</excludes>
<includes>
<include>com.google.guava:*</include>
<include>org.ow2.asm:*</include>
<include>org.apache.curator:*</include>
</includes>
</artifactSet>
</configuration>
</execution>
......
......@@ -29,7 +29,7 @@
</parent>
<modules>
<module>flink-shaded-curator-recipes</module>
<module>flink-shaded-curator-recipes</module>
<module>flink-shaded-curator-test</module>
</modules>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册