You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/08/23 15:39:59 UTC

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

Author: jholmes
Date: Thu Aug 23 06:39:58 2007
New Revision: 568984

URL: http://svn.apache.org/viewvc?rev=568984&view=rev
Log:
Revert upgrade from OGNL 2.6.11 to 2.7. There were compilation issues in the Struts 1 plugin due to differences in one of the OGNL interfaces that the Struts 1 plugin uses for accessing DynaBean properties.

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=568984&r1=568983&r2=568984&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Thu Aug 23 06:39:58 2007
@@ -321,9 +321,9 @@
         </dependency>
 
         <dependency>
-            <groupId>ognl</groupId>
+            <groupId>opensymphony</groupId>
             <artifactId>ognl</artifactId>
-            <version>2.7</version>
+            <version>2.6.11</version>
         </dependency>
 
         <dependency>