You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
<?xml version="1.0"?> |
|
<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"> |
|
<parent> |
|
<artifactId>spring-security-cas</artifactId> |
|
<groupId>org.springframework.security</groupId> |
|
<version>2.0-SNAPSHOT</version> |
|
</parent> |
|
<modelVersion>4.0.0</modelVersion> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-cas-client</artifactId> |
|
<name>Spring Security - CAS Client Integration</name> |
|
<version>2.0-SNAPSHOT</version> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-core</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-mock</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.jasig.cas</groupId> |
|
<artifactId>cas-client-core</artifactId> |
|
<version>3.1.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.sf.ehcache</groupId> |
|
<artifactId>ehcache</artifactId> |
|
<version>1.3.0</version> |
|
<optional>true</optional> |
|
</dependency> |
|
</dependencies> |
|
</project> |