mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
+6
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user