提交 0eb46eba 编写于 作者: W wrighe3 提交者: Maximilian Michels

[FLINK-4921] Upgrade to Mesos 1.0.1

- Shading fix for Guava, Fenzo, Mesos lib
上级 ba6b0879
......@@ -92,6 +92,13 @@ under the License.
<groupId>com.netflix.fenzo</groupId>
<artifactId>fenzo-core</artifactId>
<version>0.9.3</version>
<exclusions>
<!-- exclude mesos here to override -->
<exclusion>
<groupId>org.apache.mesos</groupId>
<artifactId>mesos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -265,6 +272,9 @@ under the License.
<includes combine.children="append">
<include>org.apache.flink:flink-shaded-curator-recipes</include>
<include>com.google.protobuf:*</include>
<include>com.google.guava:guava</include>
<include>org.apache.mesos:*</include>
<include>com.netflix.fenzo:*</include>
</includes>
</artifactSet>
<relocations combine.children="override">
......@@ -273,8 +283,8 @@ under the License.
<shadedPattern>org.apache.flink.mesos.shaded.org.apache.curator</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.protobuf</pattern>
<shadedPattern>org.apache.flink.mesos.shaded.com.google.protobuf</shadedPattern>
<pattern>com.google</pattern>
<shadedPattern>org.apache.flink.mesos.shaded.com.google</shadedPattern>
</relocation>
</relocations>
</configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册