remove explicit dependency on core from poms

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@805223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-08-17 23:50:38 +00:00
parent 00e0774c53
commit bebf30f3d1
3 changed files with 1 additions and 20 deletions
+1 -7
View File
@@ -65,12 +65,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
@@ -102,7 +96,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${struts2.springPlatformVersion}</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
</project>
-6
View File
@@ -24,12 +24,6 @@
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.1.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
-7
View File
@@ -40,13 +40,6 @@
</scm>
<dependencies>
<!-- Core -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.1.8-SNAPSHOT</version>
</dependency>
<!-- OVal -->
<dependency>
<groupId>net.sf.oval</groupId>