Repository: flink
Updated Branches:
  refs/heads/master 84790ef62 -> 58de10ae3


[hotfix] Remove asm dependency from root pom


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

Branch: refs/heads/master
Commit: 58de10ae372e112670f9587ecd52aab6e1c7b6b4
Parents: 84790ef
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Wed Apr 29 17:14:43 2015 +0200
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Thu Apr 30 11:43:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/58de10ae/flink-scala/pom.xml
----------------------------------------------------------------------
diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml
index 6036b74..e8184f6 100644
--- a/flink-scala/pom.xml
+++ b/flink-scala/pom.xml
@@ -69,6 +69,7 @@ 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/58de10ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb31908..05d63f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,12 +222,6 @@ 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>

Reply via email to