Tidy up Maven migration by eliminating unnecessary directories and having Eclipse classpath use MAVEN_REPO.

This commit is contained in:
Ben Alex
2004-12-05 07:21:30 +00:00
parent c5900cab9c
commit b8b31d6f65
47 changed files with 25 additions and 4848 deletions

View File

@@ -174,7 +174,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0</version>
<version>1.0.4</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url>
<properties>
@@ -209,7 +209,7 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.7.2-rc6c</version>
<version>1.7.2.9</version>
<type>jar</type>
<url>http://hsqldb.sourceforge.net/</url>
<properties>
@@ -222,6 +222,12 @@
<version>1.2.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-core</artifactId>