提交 400d2a38 编写于 作者: Z zentol

[FLINK-8113][build] Bump maven-shade-plugin to 3.0.0

This closes #5042.
上级 7a434c39
......@@ -55,7 +55,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<executions>
<!-- Run shade goal on package phase -->
<execution>
......
......@@ -462,11 +462,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- we need to explicitly override this version, because the -->
<!-- earlier versions of the shade plugin have a bug relocating services -->
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
......
......@@ -214,11 +214,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- we need to explicitly override this version, because the -->
<!-- earlier versions of the shade plugin have a bug relocating services -->
<version>3.0.0</version>
<executions>
<execution>
<id>shade-flink</id>
......
......@@ -214,11 +214,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- we need to explicitly override this version, because the -->
<!-- earlier versions of the shade plugin have a bug relocating services -->
<version>3.0.0</version>
<executions>
<execution>
<id>shade-flink</id>
......
......@@ -154,7 +154,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
......@@ -182,7 +182,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
<executions>
<!-- Run shade goal on package phase -->
<execution>
......
......@@ -153,7 +153,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
......@@ -184,7 +184,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
<executions>
<!-- Run shade goal on package phase -->
<execution>
......
......@@ -1314,25 +1314,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<dependencies>
<!-- bump asm to 5.1 to avoid a bug in the shading of akka -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>5.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>5.1</version>
</dependency>
</dependencies>
<version>3.0.0</version>
</plugin>
<!-- Disable certain plugins in Eclipse -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册