2008-01-02 22:41:31 +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">
|
2007-10-02 16:13:55 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-parent</artifactId>
|
2009-05-27 00:12:30 +00:00
|
|
|
<version>3.0.0.CI-SNAPSHOT</version>
|
2007-10-02 16:13:55 +00:00
|
|
|
</parent>
|
2008-11-11 01:09:37 +00:00
|
|
|
<packaging>jar</packaging>
|
2007-10-02 16:13:55 +00:00
|
|
|
<artifactId>spring-security-core</artifactId>
|
2007-12-03 04:10:19 +00:00
|
|
|
<name>Spring Security - Core</name>
|
2006-07-11 18:54:04 +00:00
|
|
|
|
2007-10-02 16:13:55 +00:00
|
|
|
<dependencies>
|
2008-10-24 00:38:36 +00:00
|
|
|
<dependency>
|
2008-11-14 06:21:24 +00:00
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-expression</artifactId>
|
2009-06-08 15:23:41 +00:00
|
|
|
</dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-core</artifactId>
|
2007-10-02 16:13:55 +00:00
|
|
|
</dependency>
|
2007-09-19 00:23:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-context</artifactId>
|
2007-09-19 00:23:33 +00:00
|
|
|
</dependency>
|
2008-02-19 20:30:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-tx</artifactId>
|
2009-03-19 01:17:16 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-aop</artifactId>
|
2008-02-19 20:30:53 +00:00
|
|
|
</dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-jdbc</artifactId>
|
2007-09-19 00:23:33 +00:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2007-09-03 15:47:39 +00:00
|
|
|
<dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-web</artifactId>
|
2007-10-02 16:13:55 +00:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>spring-test</artifactId>
|
2007-10-02 16:13:55 +00:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2008-10-03 15:23:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>aspectjrt</artifactId>
|
2008-10-03 15:23:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
2009-05-13 06:16:05 +00:00
|
|
|
<artifactId>aspectjweaver</artifactId>
|
2008-10-03 15:23:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
2009-03-25 06:28:18 +00:00
|
|
|
<scope>runtime</scope>
|
2008-10-03 15:23:31 +00:00
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2007-07-24 17:23:47 +00:00
|
|
|
<dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2008-03-24 09:05:44 +00:00
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<scope>test</scope>
|
2007-10-02 16:13:55 +00:00
|
|
|
</dependency>
|
2008-10-03 15:23:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>annotations-api</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
2008-03-24 09:05:44 +00:00
|
|
|
<optional>true</optional>
|
2007-09-10 21:09:02 +00:00
|
|
|
</dependency>
|
2007-10-02 16:13:55 +00:00
|
|
|
</dependencies>
|
2009-06-08 15:23:41 +00:00
|
|
|
|
2009-04-22 13:00:14 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.springsource.bundlor</groupId>
|
|
|
|
<artifactId>com.springsource.bundlor.maven</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2008-10-03 15:23:31 +00:00
|
|
|
|
2007-09-06 02:52:09 +00:00
|
|
|
</project>
|