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.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@568984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-08-23 13:39:58 +00:00
parent 6cd8b820fb
commit fb57ae14cd
+2 -2
View File
@@ -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>