Skip to content

Commit

Permalink
[FLINK-25773][build] Upgrade to flink-shaded 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 28, 2022
1 parent 1704b13 commit 7eb0c36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ under the License.
<artifactItem>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-zookeeper-3</artifactId>
<version>${zookeeper.optional.version}-${flink.shaded.version}</version>
<version>${zookeeper.optional.version}-14.0</version>
<type>jar</type>
<overWrite>true</overWrite>
</artifactItem>
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/assemblies/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ under the License.
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
<includes>
<include>org.apache.flink:flink-shaded-zookeeper-3:jar:${zookeeper.version}-${flink.shaded.version}</include>
<include>org.apache.flink:flink-shaded-zookeeper-3:jar:${zookeeper.version}-14.0</include>
</includes>
<outputFileNameMapping>flink-shaded-zookeeper-${zookeeper.version}.jar</outputFileNameMapping>
</dependencySet>
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/assemblies/opt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</file>

<file>
<source>target/temporary/flink-shaded-zookeeper-3-${zookeeper.optional.version}-${flink.shaded.version}.jar</source>
<source>target/temporary/flink-shaded-zookeeper-3-${zookeeper.optional.version}-14.0.jar</source>
<outputDirectory>opt</outputDirectory>
<destName>flink-shaded-zookeeper-${zookeeper.optional.version}.jar</destName>
<fileMode>0644</fileMode>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ under the License.
to avoid process kills due to container limits on TravisCI -->
<flink.forkCountTestPackage>${flink.forkCount}</flink.forkCountTestPackage>
<flink.reuseForks>true</flink.reuseForks>
<flink.shaded.version>14.0</flink.shaded.version>
<flink.shaded.version>15.0</flink.shaded.version>
<flink.shaded.jackson.version>2.12.4</flink.shaded.jackson.version>
<guava.version>18.0</guava.version>
<target.java.version>1.8</target.java.version>
Expand Down Expand Up @@ -296,7 +296,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-asm-7</artifactId>
<version>7.1-${flink.shaded.version}</version>
<version>7.1-14.0</version>
</dependency>

<dependency>
Expand All @@ -320,13 +320,13 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty</artifactId>
<version>4.1.65.Final-${flink.shaded.version}</version>
<version>4.1.65.Final-14.0</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty-tcnative-dynamic</artifactId>
<version>2.0.39.Final-${flink.shaded.version}</version>
<version>2.0.39.Final-14.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -433,7 +433,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-zookeeper-3</artifactId>
<version>${zookeeper.version}-${flink.shaded.version}</version>
<version>${zookeeper.version}-14.0</version>
</dependency>

<!-- This manages the 'javax.annotation' annotations (JSR305) -->
Expand Down

0 comments on commit 7eb0c36

Please sign in to comment.