spring-security/cas/cas-adapter/pom.xml

37 lines
1.2 KiB
XML
Raw Normal View History

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2005-10-06 16:53:08 -04:00
<modelVersion>4.0.0</modelVersion>
<parent>
2007-09-22 07:54:13 -04:00
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>2.0-SNAPSHOT</version>
2005-10-06 16:53:08 -04:00
</parent>
<artifactId>spring-security-cas-adapter</artifactId>
<name>Spring Security - CAS Adapter</name>
2005-10-06 16:53:08 -04:00
<dependencies>
2006-05-27 02:55:45 -04:00
<dependency>
<groupId>cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.0.4</version>
</dependency>
2005-10-06 16:53:08 -04:00
<dependency>
<groupId>cas</groupId>
<artifactId>cas</artifactId>
<version>2.0.12</version>
</dependency>
2008-03-06 07:43:29 -05:00
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>test</scope>
</dependency>
2005-10-06 16:53:08 -04:00
</dependencies>
2007-09-05 22:52:09 -04:00
</project>