Update dependency versions and POM structure

This commit is contained in:
Ben Alex
2008-03-24 09:06:46 +00:00
parent 6ab301981c
commit f67c7bcb38
5 changed files with 3 additions and 8 deletions

View File

@@ -65,12 +65,10 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>

View File

@@ -39,12 +39,10 @@
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.4</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.2.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>

View File

@@ -7,7 +7,7 @@
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-openid</artifactId>
<name>Spring Security - OpenID Sample</name>
<name>Spring Security - OpenID sample</name>
<packaging>war</packaging>
<dependencies>
<dependency>