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.
198 lines
7.7 KiB
198 lines
7.7 KiB
<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"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-parent</artifactId> |
|
<version>2.0.5-SNAPSHOT</version> |
|
</parent> |
|
<packaging>bundle</packaging> |
|
<artifactId>spring-security-core</artifactId> |
|
<name>Spring Security - Core</name> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-core</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-aop</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-remoting</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-jdbc</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-support</artifactId> |
|
<scope>runtime</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-web</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-mock</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjrt</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjweaver</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.ldap</groupId> |
|
<artifactId>spring-ldap</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>cglib</groupId> |
|
<artifactId>cglib-nodep</artifactId> |
|
<scope>test</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<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> |
|
<groupId>hsqldb</groupId> |
|
<artifactId>hsqldb</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>jaxen</groupId> |
|
<artifactId>jaxen</artifactId> |
|
<version>1.1.1</version> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.directory.server</groupId> |
|
<artifactId>apacheds-core</artifactId> |
|
<version>1.0.2</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.directory.server</groupId> |
|
<artifactId>apacheds-server-jndi</artifactId> |
|
<version>1.0.2</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.mina</groupId> |
|
<artifactId>mina-core</artifactId> |
|
<version>1.0.5</version> |
|
<scope>compile</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
<version>1.4.3</version> |
|
<scope>runtime</scope> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>jmock</groupId> |
|
<artifactId>jmock</artifactId> |
|
<version>1.0.1</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>log4j</groupId> |
|
<artifactId>log4j</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
</dependencies> |
|
|
|
<properties> |
|
<spring.osgi.export> |
|
org.springframework.security.*;version=${pom.version} |
|
</spring.osgi.export> |
|
|
|
<spring.osgi.import> |
|
!com.ibm.websphere.security, |
|
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional, |
|
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, |
|
org.aopalliance.*;version="[1.0.0, 2.0.0)", |
|
org.apache.commons.codec.*;version="[1.3.0, 2.0.0)", |
|
org.apache.commons.collections.*;version="[3.2.0, 4.0.0)", |
|
org.apache.commons.lang.*;version="[2.1.0, 3.0.0)", |
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", |
|
org.apache.directory.server.configuration.*;version="[1.0.2, 2.0.0)";resolution:=optional, |
|
org.apache.directory.server.core.*;version="[1.0.2, 2.0.0)";resolution:=optional, |
|
org.apache.directory.server.protocol.*;version="[1.0.2, 2.0.0)";resolution:=optional, |
|
org.aspectj.*;version="[1.5.4, 2.0.0)";resolution:=optional, |
|
org.jaxen.*;version="[1.1.1, 2.0.0)";resolution:=optional, |
|
org.springframework.aop.*;version="${spring.version.osgi}", |
|
org.springframework.beans.*;version="${spring.version.osgi}", |
|
org.springframework.context.*;version="${spring.version.osgi}", |
|
org.springframework.core.*;version="${spring.version.osgi}", |
|
org.springframework.dao.*;version="${spring.version.osgi}";resolution:=optional, |
|
org.springframework.jdbc.*;version="${spring.version.osgi}";resolution:=optional, |
|
org.springframework.ldap.*;version="[1.2.1.A, 2.0.0)";resolution:=optional, |
|
org.springframework.metadata.*;version="${spring.version.osgi}", |
|
org.springframework.mock.*;version="${spring.version.osgi}";resolution:=optional, |
|
org.springframework.remoting.*;version="${spring.version.osgi}";resolution:=optional, |
|
org.springframework.util.*;version="${spring.version.osgi}", |
|
org.springframework.web.*;version="${spring.version.osgi}";resolution:=optional, |
|
javax.crypto.*, |
|
javax.naming.*, |
|
javax.rmi.*, |
|
javax.security.*, |
|
javax.sql.*, |
|
javax.xml.parsers.*, |
|
org.w3c.dom.*, |
|
org.xml.sax.*, |
|
*;resolution:=optional |
|
</spring.osgi.import> |
|
|
|
<spring.osgi.private.pkg> |
|
!org.springframework.security.* |
|
</spring.osgi.private.pkg> |
|
<!-- |
|
<spring.osgi.include.res> |
|
src/main/resources |
|
</spring.osgi.include.res> |
|
--> |
|
<spring.osgi.symbolic.name>org.springframework.security.core</spring.osgi.symbolic.name> |
|
</properties> |
|
|
|
</project>
|
|
|