Repository: karaf Updated Branches: refs/heads/master be09c5be3 -> 468fb39a6
[KARAF-2861] Upgrade to ASM 5.0.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/468fb39a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/468fb39a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/468fb39a Branch: refs/heads/master Commit: 468fb39a69e97dd3d4acd73e7e1adfb890628f7f Parents: be09c5b Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Apr 7 14:00:37 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Apr 7 14:00:37 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/468fb39a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3d90475..da71b6b 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <aspectj.bundle.version>1.7.4_1</aspectj.bundle.version> <ant.bundle.version>1.8.2_2</ant.bundle.version> <antlr.bundle.version>2.7.7_5</antlr.bundle.version> - <asm.version>4.1</asm.version> + <asm.version>5.0.1</asm.version> <asm.springsource.version>1.5.3</asm.springsource.version> <cglib.bundle.version>3.0_1</cglib.bundle.version> <cglib2.version>2.2.0</cglib2.version>
