Repository: karaf Updated Branches: refs/heads/master 468fb39a6 -> 13941e86d
Revert "[KARAF-2861] Upgrade to ASM 5.0.1" This reverts commit 468fb39a69e97dd3d4acd73e7e1adfb890628f7f. Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/13941e86 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/13941e86 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/13941e86 Branch: refs/heads/master Commit: 13941e86dea6e5c04ac8325e2faefcaa595720e9 Parents: 468fb39 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Apr 7 14:34:19 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Apr 7 14:34:19 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/13941e86/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da71b6b..3d90475 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>5.0.1</asm.version> + <asm.version>4.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>
