123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <model>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.acegisecurity</groupId>
- <artifactId>acegi-security-parent</artifactId>
- <version>1.0.0-RC1</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>
|