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