Skip to content

Commit

Permalink
[FLINK-8071][build] Bump shade-plugin asm version to 5.1
Browse files Browse the repository at this point in the history
This closes apache#5014.
  • Loading branch information
zentol committed Nov 14, 2017
1 parent 408e186 commit e164729
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,24 @@ under the License.
<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>
</plugin>

<!-- Disable certain plugins in Eclipse -->
Expand Down

0 comments on commit e164729

Please sign in to comment.