Added missing maven dependencies and fixed outdated Eclipse MAVEN_REPO variables

This commit is contained in:
Dimitry Kopylenko
2004-12-15 18:57:42 +00:00
parent 3169199e2b
commit 93ec9e20a3
2 changed files with 57 additions and 17 deletions

View File

@@ -141,6 +141,36 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>resin</groupId>
<artifactId>resin</artifactId>
<version>3.0.9</version>
<type>jar</type>
<url>http://www.caucho.com</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
<version>4.2.22</version>
<type>jar</type>
<url>http://jetty.mortbay.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>retroweaver</groupId>
<artifactId>retroweaver</artifactId>
<version>1.0fcs</version>
<type>jar</type>
<url>http://retroweaver.sourceforge.net</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
@@ -231,7 +261,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -241,7 +271,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -251,7 +281,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -261,7 +291,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-context</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -271,7 +301,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -281,7 +311,17 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-web</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -291,7 +331,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>jar</type>
<url>http://www.springframework.org</url>
</dependency>