Author: lukaszlenart Date: Thu May 6 08:07:33 2010 New Revision: 941605 URL: http://svn.apache.org/viewvc?rev=941605&view=rev Log: Downgraded javassist version
Modified: struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=941605&r1=941604&r2=941605&view=diff ============================================================================== --- struts/struts2/trunk/xwork-core/pom.xml (original) +++ struts/struts2/trunk/xwork-core/pom.xml Thu May 6 08:07:33 2010 @@ -164,6 +164,7 @@ <exclude>commons-logging:commons-logging</exclude> <exclude>opensymphony:ognl</exclude> <exclude>ognl:ognl</exclude> + <exclude>javassist:javassist</exclude> <exclude>jboss:javassist</exclude> <exclude>org.springframework:spring-core</exclude> <exclude>org.springframework:spring-aop</exclude> @@ -372,7 +373,7 @@ <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> - <version>3.10.0.GA</version> + <version>3.8.0.GA</version> <scope>test</scope> </dependency>