summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-13 07:27:27 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-13 07:27:27 +0000
commit4c39d8c12de316d28abe711557c60ef000014e62 (patch)
tree7fe65a94313297ce5be396ecdd505b288ece9486 /branches/sca-java-1.x/modules/core
parent42ea2e2927bc6ba5f3797d189f21a3895b6d1e1d (diff)
Upgrade to cglib 2.2 to be compatible with asm 3.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734060 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/core/pom.xml b/branches/sca-java-1.x/modules/core/pom.xml
index b0b3af1125..ca951a9ce9 100644
--- a/branches/sca-java-1.x/modules/core/pom.xml
+++ b/branches/sca-java-1.x/modules/core/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
+ <version>2.2</version>
</dependency>
</dependencies>