61 lines
1.7 KiB
XML
61 lines
1.7 KiB
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>net.sf.acegisecurity</groupId>
|
|
<artifactId>acegi-security-parent</artifactId>
|
|
<version>0.9.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>acegi-security</artifactId>
|
|
<name>Acegi Security System for Spring</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>springframework</groupId>
|
|
<artifactId>spring-jdbc</artifactId>
|
|
<version>1.2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>springframework</groupId>
|
|
<artifactId>spring-remoting</artifactId>
|
|
<version>1.2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>springframework</groupId>
|
|
<artifactId>spring-support</artifactId>
|
|
<version>1.2.3</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>springframework</groupId>
|
|
<artifactId>spring-mock</artifactId>
|
|
<version>1.2.3</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ehcache</groupId>
|
|
<artifactId>ehcache</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cas</groupId>
|
|
<artifactId>casclient</artifactId>
|
|
<version>2.0.11</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>aspectj</groupId>
|
|
<artifactId>aspectjrt</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>hsqldb</groupId>
|
|
<artifactId>hsqldb</artifactId>
|
|
<version>1.7.3.0</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|