1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update dependency versions and POM structure.

This commit is contained in:
Ben Alex
2008-03-24 09:05:44 +00:00
parent 9a02b9862e
commit 6ab301981c
9 changed files with 42 additions and 24 deletions
+1 -3
View File
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<name>Spring Security - ACL Module</name>
<name>Spring Security - ACL module</name>
<version>2.0-SNAPSHOT</version>
<dependencies>
@@ -36,13 +36,11 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.3.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>