You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2015/04/24 14:44:10 UTC

flink git commit: [hotfix] Bump asm version to 5.0.3

Repository: flink
Updated Branches:
  refs/heads/master 4dbf030a6 -> 23473639b


[hotfix] Bump asm version to 5.0.3


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

Branch: refs/heads/master
Commit: 23473639b3c4a6f6cb92d535b18cf8e9332c285b
Parents: 4dbf030
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Fri Apr 24 11:28:09 2015 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Fri Apr 24 14:43:44 2015 +0200

----------------------------------------------------------------------
 flink-scala/pom.xml | 1 -
 pom.xml             | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/23473639/flink-scala/pom.xml
----------------------------------------------------------------------
diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml
index 546914e..6036b74 100644
--- a/flink-scala/pom.xml
+++ b/flink-scala/pom.xml
@@ -69,7 +69,6 @@ under the License.
 		<dependency>
 			<groupId>org.ow2.asm</groupId>
 			<artifactId>asm</artifactId>
-			<version>${asm.version}</version>
 		</dependency>
 		
 		<dependency>

http://git-wip-us.apache.org/repos/asf/flink/blob/23473639/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb73b3b..b059e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,6 +222,12 @@ under the License.
 				<version>3.2.1</version>
 			</dependency>
 
+			<dependency>
+				<groupId>org.ow2.asm</groupId>
+				<artifactId>asm</artifactId>
+				<version>5.0.3</version>
+			</dependency>
+
 			<!-- Managed dependency required for HBase in flink-hbase -->
 			<dependency>
 				<groupId>org.javassist</groupId>