You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/05/06 10:07:33 UTC

svn commit: r941605 - /struts/struts2/trunk/xwork-core/pom.xml

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>