XW-710 update to OGNL 2.7.3

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@796082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-07-21 00:05:16 +00:00
parent b92fae8200
commit 17ea15b208
+8 -2
View File
@@ -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 -->