Skip to content

Commit

Permalink
[FLINK-8113][build] Bump maven-shade-plugin to 3.0.0
Browse files Browse the repository at this point in the history
This closes apache#5042.
  • Loading branch information
zentol committed Nov 22, 2017
1 parent 7a434c3 commit 400d2a3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 39 deletions.
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions flink-filesystems/flink-s3-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions flink-filesystems/flink-s3-fs-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
20 changes: 1 addition & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 400d2a3

Please sign in to comment.