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/trunk@508440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2007-02-16 15:10:29 +00:00
parent 8b32755ba1
commit 84863ffaae
+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>-->
@@ -282,9 +282,9 @@
</dependency>
<dependency>
<groupId>ognl</groupId>
<groupId>opensymphony</groupId>
<artifactId>ognl</artifactId>
<version>2.6.9</version>
<version>2.6.10</version>
</dependency>
<dependency>