Move struts-core out of <dependencyManagement> because it is required by all example apps.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2006-05-28 23:19:54 +00:00
parent 668889190e
commit aeca0f7259
3 changed files with 5 additions and 14 deletions
+5 -3
View File
@@ -118,15 +118,17 @@
<finalName>${pom.artifactId}</finalName>
</build>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
-6
View File
@@ -20,12 +20,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
-5
View File
@@ -31,11 +31,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>