Author: musachy
Date: Tue Jul 21 00:05:16 2009
New Revision: 796082

URL: http://svn.apache.org/viewvc?rev=796082&view=rev
Log:
XW-710 update to OGNL 2.7.3

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=796082&r1=796081&r2=796082&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Tue Jul 21 00:05:16 2009
@@ -259,9 +259,15 @@
         </dependency>
 
         <dependency>
-            <groupId>opensymphony</groupId>
+            <groupId>ognl</groupId>
             <artifactId>ognl</artifactId>
-            <version>2.6.11</version>
+            <version>2.7.3</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>jboss</groupId>
+                    <artifactId>javassist</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Velocity -->


Reply via email to