Upgraded OGNL to version 3.0

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@941370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2010-05-05 16:28:30 +00:00
parent 8c3737ce4b
commit f0104c84b3
+6 -2
View File
@@ -41,6 +41,7 @@
<properties>
<tlib.version>2.2</tlib.version>
<ognl.version>3.0</ognl.version>
</properties>
<build>
@@ -241,7 +242,7 @@
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.7.3</version>
<version>${ognl.version}</version>
</dependency>
<!-- Velocity -->
@@ -262,6 +263,10 @@
<groupId>struts</groupId>
<artifactId>struts</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -393,6 +398,5 @@
<optional>true</optional>
</dependency>
</dependencies>
</project>