2005-12-23 00:17:37 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<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-07 04:53:08 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2007-09-22 02:24:16 +08:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-samples</artifactId>
|
2007-09-08 04:14:55 +08:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-10-07 04:53:08 +08:00
|
|
|
</parent>
|
2007-09-22 02:24:16 +08:00
|
|
|
<artifactId>spring-security-sample-attributes</artifactId>
|
2007-09-23 05:44:39 +08:00
|
|
|
<name>Spring Security - Attributes sample</name>
|
2005-10-07 04:53:08 +08:00
|
|
|
<dependencies>
|
2007-05-13 20:30:53 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>xdoclet</groupId>
|
|
|
|
<artifactId>xjavadoc</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-attributes</groupId>
|
|
|
|
<artifactId>commons-attributes-compiler</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-attributes</groupId>
|
|
|
|
<artifactId>commons-attributes-api</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-attributes</groupId>
|
|
|
|
<artifactId>commons-attributes-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
<type>plugin</type>
|
|
|
|
</dependency>
|
|
|
|
|
2005-10-07 04:53:08 +08:00
|
|
|
</dependencies>
|
2005-12-23 00:17:37 +08:00
|
|
|
</project>
|