SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs.

Cleanup remains to meet maven central metadata requirements
This commit is contained in:
Mark Pollack
2009-03-25 08:06:34 +00:00
parent e5f4b4937c
commit 0152d8d21d
16 changed files with 2038 additions and 583 deletions

View File

@@ -5,11 +5,18 @@
<artifactId>spring-context-support</artifactId>
<packaging>jar</packaging>
<version>3.0.0.M3</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId>
<relativePath>../build-spring-framework</relativePath>
<version>3.0.0.M3</version>
</parent>
<dependencies>
<dependency>
<groupId>com.bea.commonj</groupId>
<artifactId>commonj</artifactId>
<version>1.1</version>
<artifactId>com.springsource.commonj</artifactId>
<version>1.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -20,25 +27,25 @@
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation</artifactId>
<artifactId>activation</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail</artifactId>
<artifactId>mail</artifactId>
<version>1.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.ehcache</groupId>
<artifactId>net.sf.ehcache</artifactId>
<version>1.3</version>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.3.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.jasperreports</groupId>
<artifactId>net.sf.jasperreports</artifactId>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>2.0.5</version>
<optional>true</optional>
</dependency>
@@ -55,45 +62,45 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>org.apache.velocity</artifactId>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.opensymphony.quartz</groupId>
<artifactId>org.quartz</artifactId>
<version>1.6.2</version>
<groupId>opensymphony</groupId>
<artifactId>quartz-all</artifactId>
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>latest.integration</version>
<version>3.0.0.M3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>latest.integration</version>
<version>3.0.0.M3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>latest.integration</version>
<version>3.0.0.M3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>latest.integration</version>
<version>3.0.0.M3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>latest.integration</version>
<version>3.0.0.M3</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -110,8 +117,8 @@
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>org.apache.poi</artifactId>
<version>3.0.2.FINAL</version>
<artifactId>poi</artifactId>
<version>3.0.2-FINAL</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -134,4 +141,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>