WW-2451 "Updated poms to use struts annotations 1.0.3-SNAPSHOT to fix dependency issue" Apply patch suggested by Al Sutton, but leave issue open pending a 1.0.3 release of Struts-Annotations.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2008-01-23 10:56:48 +00:00
parent 4e7c6b76c6
commit 7b80259d0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -422,7 +422,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-annotations</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<optional>true</optional>
</dependency>
+1 -1
View File
@@ -258,7 +258,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-annotations</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<optional>true</optional>
</dependency>
</dependencies>