Restore the <dependencies> section in apps/pom.xml.

All of the example apps require both struts-core and Spring.

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@410010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2006-05-29 01:21:19 +00:00
parent aeca0f7259
commit f2f5cce876
5 changed files with 3 additions and 61 deletions
-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>
</dependencies>
<build>
+3 -6
View File
@@ -120,16 +120,14 @@
</build>
<dependencies>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<!-- Spring -->
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
@@ -160,7 +158,6 @@
<version>1.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</dependencies>
</project>
-21
View File
@@ -25,27 +25,6 @@
<artifactId>sitemesh</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
</dependencies>
<build>
-21
View File
@@ -41,27 +41,6 @@
<artifactId>log4j</artifactId>
<version>1.2.9</version>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>uk.ltd.getahead</groupId>
<artifactId>dwr</artifactId>
-7
View File
@@ -20,13 +20,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.struts.action2</groupId>
<artifactId>struts-core</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<build>