Skip to content

Commit

Permalink
[FLINK-18471] Remove references to org.uncommons.maths:uncommons-math…
Browse files Browse the repository at this point in the history
…s:1.2.2a in flink-runtime
  • Loading branch information
rmetzger committed Jul 3, 2020
1 parent 64e6494 commit 0997350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,23 +546,18 @@ under the License.
<configuration>
<artifactSet>
<includes combine.children="append">
<!-- add akka, akka's netty, akka uncommon math -->
<!-- add akka, akka's netty -->
<!-- we can do this only because our own netty dependency is
already externally shaded (flink-shaded-netty) -->
<include>com.typesafe.akka:akka-remote_*</include>
<include>io.netty:netty</include>
<include>org.uncommons.maths:uncommons-maths</include>
</includes>
</artifactSet>
<relocations combine.children="append">
<relocation>
<pattern>org.jboss.netty</pattern>
<shadedPattern>org.apache.flink.shaded.akka.org.jboss.netty</shadedPattern>
</relocation>
<relocation>
<pattern>org.uncommons.math</pattern>
<shadedPattern>org.apache.flink.shaded.akka.org.uncommons.math</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand All @@ -580,7 +575,6 @@ under the License.
<artifact>*</artifact>
<excludes>
<exclude>META-INF/maven/io.netty/**</exclude>
<exclude>META-INF/maven/org.uncommons.maths/**</exclude>
</excludes>
</filter>
</filters>
Expand Down
1 change: 0 additions & 1 deletion flink-runtime/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This project bundles the following dependencies under the Apache Software Licens

- com.typesafe.akka:akka-remote_2.11:2.5.21
- io.netty:netty:3.10.6.Final
- org.uncommons.maths:uncommons-maths:1.2.2a

This project bundles io.netty:netty:3.10.6.Final from which it inherits the following notices:

Expand Down

0 comments on commit 0997350

Please sign in to comment.