2008-02-19 20:30:53 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-02-29 14:55:03 +00:00
|
|
|
<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">
|
2008-02-19 20:30:53 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>spring-security-cas</artifactId>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
2008-02-29 14:55:03 +00:00
|
|
|
<version>2.0-M2</version>
|
2008-02-19 20:30:53 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-cas-client</artifactId>
|
|
|
|
<name>Spring Security - CAS Client Integration</name>
|
2008-02-29 14:55:03 +00:00
|
|
|
<version>2.0-M2</version>
|
2008-02-19 20:30:53 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2008-02-22 11:11:56 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-mock</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2008-02-19 20:30:53 +00:00
|
|
|
</dependencies>
|
|
|
|
</project>
|