mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
fix xwork reference
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@772764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+3
-3
@@ -55,8 +55,8 @@
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>com.opensymphony</groupId>
|
||||
<artifactId>xwork</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<artifactId>xwork-core</artifactId>
|
||||
<version>2.1.4-SNAPSHOT</version>
|
||||
<classifier>sources</classifier>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
@@ -228,7 +228,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.opensymphony</groupId>
|
||||
<artifactId>xwork</artifactId>
|
||||
<artifactId>xwork-core</artifactId>
|
||||
<version>2.1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user