Repository: flink
Updated Branches:
  refs/heads/master 408e18699 -> fe98cb77c


[FLINK-8071][build] Bump shade-plugin asm version to 5.1

This closes #5014.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e1647295
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e1647295
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/e1647295

Branch: refs/heads/master
Commit: e16472953cef75743791c91f17e8114f2f045054
Parents: 408e186
Author: zentol <ches...@apache.org>
Authored: Tue Nov 14 14:47:00 2017 +0100
Committer: zentol <ches...@apache.org>
Committed: Tue Nov 14 21:03:08 2017 +0100

----------------------------------------------------------------------
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e1647295/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8741901..4aa5031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->

Reply via email to