IGNITE-5131: Hadoop: updated org.ow2.asm version from 4.2 to 5.0.3. This closes #1946.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e1f3e4a6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e1f3e4a6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e1f3e4a6 Branch: refs/heads/ignite-5075-cacheStart Commit: e1f3e4a679ac3a2230085bb244b6c153b40b5eb7 Parents: c4b7f40 Author: Ivan Veselovskiy <iveselovs...@gridgain.com> Authored: Wed May 17 12:06:16 2017 +0300 Committer: devozerov <voze...@gridgain.com> Committed: Wed May 17 12:06:16 2017 +0300 ---------------------------------------------------------------------- assembly/LICENSE_FABRIC | 2 +- assembly/LICENSE_HADOOP | 2 +- modules/hadoop/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e1f3e4a6/assembly/LICENSE_FABRIC ---------------------------------------------------------------------- diff --git a/assembly/LICENSE_FABRIC b/assembly/LICENSE_FABRIC index 35a8529..a16381e 100644 --- a/assembly/LICENSE_FABRIC +++ b/assembly/LICENSE_FABRIC @@ -285,7 +285,7 @@ This product bundles Java Transaction API which is available under it's own lice See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html for details. ============================================================================== -For ASM All (http://asm.objectweb.org/asm-all/) org.ow2.asm:asm-all:jar:4.2 +For ASM All (http://asm.objectweb.org/asm-all/) org.ow2.asm:asm-all:jar:5.0.3 ============================================================================== This product bundles ASM All which is available under the following: BSD. For details, see http://asm.objectweb.org/license.html. http://git-wip-us.apache.org/repos/asf/ignite/blob/e1f3e4a6/assembly/LICENSE_HADOOP ---------------------------------------------------------------------- diff --git a/assembly/LICENSE_HADOOP b/assembly/LICENSE_HADOOP index f2128fe..3db2360 100644 --- a/assembly/LICENSE_HADOOP +++ b/assembly/LICENSE_HADOOP @@ -249,7 +249,7 @@ This product bundles Scala Library which is available under the following: BSD 3-Clause. For details, see http://www.scala-lang.org/license.html. ============================================================================== -For ASM All (http://asm.objectweb.org/asm-all/) org.ow2.asm:asm-all:jar:4.2 +For ASM All (http://asm.objectweb.org/asm-all/) org.ow2.asm:asm-all:jar:5.0.3 ============================================================================== This product bundles ASM All which is available under the following: BSD. For details, see http://asm.objectweb.org/license.html. http://git-wip-us.apache.org/repos/asf/ignite/blob/e1f3e4a6/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index e7f71ec..b6d4b10 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-all</artifactId> - <version>4.2</version> + <version>5.0.3</version> </dependency> <dependency>