2006-06-22 17:27:29 +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">
|
2005-10-06 20:53:08 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2007-09-22 11:54:13 +00:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-adapters</artifactId>
|
2008-01-02 22:01:34 +00:00
|
|
|
<version>2.0-M1</version>
|
2005-10-06 20:53:08 +00:00
|
|
|
</parent>
|
2007-09-22 11:54:13 +00:00
|
|
|
<artifactId>spring-security-jboss</artifactId>
|
|
|
|
<name>Spring Security - JBoss adapter</name>
|
2005-10-06 20:53:08 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jboss</groupId>
|
|
|
|
<artifactId>jbosssx</artifactId>
|
|
|
|
<version>3.2.3</version>
|
|
|
|
</dependency>
|
2005-12-22 15:54:37 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2007-09-19 00:23:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-10-06 20:53:08 +00:00
|
|
|
</dependencies>
|
2007-09-06 02:52:09 +00:00
|
|
|
</project>
|