Updated deps:

o OGNL 2.6.10
o XWork 2.0.1
Issue Number: WW-1615


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@508441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2007-02-16 15:14:16 +00:00
parent 1a2bd58e65
commit fbedbdedbe
+4 -4
View File
@@ -35,7 +35,7 @@
<artifactItem>
<groupId>opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<classifier>sources</classifier>
</artifactItem>
</artifactItems>
@@ -252,7 +252,7 @@
<dependency>
<groupId>opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
@@ -276,9 +276,9 @@
</dependency>
<dependency>
<groupId>ognl</groupId>
<groupId>opensymphony</groupId>
<artifactId>ognl</artifactId>
<version>2.6.9</version>
<version>2.6.10</version>
</dependency>
<dependency>