Skip to content

Commit

Permalink
Added DependencyManagement entry for ASM5
Browse files Browse the repository at this point in the history
  • Loading branch information
qmlmoon committed Nov 26, 2014
1 parent d936f4c commit 1eb9e87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ under the License.

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.0.3</version>
<artifactId>asm</artifactId>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion flink-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ under the License.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>4.0</version>
</dependency>

<!-- guava needs to be in "provided" scope, to make sure it is not included into the jars by the shading -->
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ under the License.
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
</dependency>

<!--Make sure we use a consistent asm version throughout the project-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 1eb9e87

Please sign in to comment.