From 58de10ae372e112670f9587ecd52aab6e1c7b6b4 Mon Sep 17 00:00:00 2001 From: Aljoscha Krettek Date: Wed, 29 Apr 2015 17:14:43 +0200 Subject: [PATCH] [hotfix] Remove asm dependency from root pom --- flink-scala/pom.xml | 1 + pom.xml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml index 6036b74b809..e8184f6d94d 100644 --- a/flink-scala/pom.xml +++ b/flink-scala/pom.xml @@ -69,6 +69,7 @@ under the License. org.ow2.asm asm + ${asm.version} diff --git a/pom.xml b/pom.xml index cb3190895f1..05d63f53231 100644 --- a/pom.xml +++ b/pom.xml @@ -222,12 +222,6 @@ under the License. 3.2.1 - - org.ow2.asm - asm - 5.0.3 - - org.javassist -- GitLab