From 89a9deeaf278bd88601807b9244ff763bc9c4455 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 6 Mar 2008 11:43:32 +0000 Subject: [PATCH] SEC-672: Added maven bundle plugin to core-tiger module --- core-tiger/pom.xml | 152 +++++++++++++++++++++++++-------------------- 1 file changed, 85 insertions(+), 67 deletions(-) diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index d0ed826e09..a3854f13b9 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -1,67 +1,85 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 2.0-SNAPSHOT - - spring-security-core-tiger - Spring Security - Java 5 (Tiger) - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework - spring-core - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-support - runtime - - - org.springframework - spring-jdbc - true - - - org.apache.tomcat - annotations-api - 6.0.14 - true - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - - 1.5 - - - - - + + 4.0.0 + + org.springframework.security + spring-security-parent + 2.0-SNAPSHOT + + spring-security-core-tiger + Spring Security - Java 5 (Tiger) + + + org.springframework.security + spring-security-core + ${project.version} + + + org.springframework + spring-core + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-support + runtime + + + org.springframework + spring-jdbc + true + + + org.apache.tomcat + annotations-api + 6.0.14 + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.felix + maven-bundle-plugin + ${felix.version} + true + + + org.springframework.security.core-tiger + org.springframework.security.*;version=${pom.version} + !org.springframework.security.* + ${pom.name} + ${pom.version} + + org.springframework*;resolution:=optional;version="[2.0,2.5]", + *;resolution:=optional + + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + 1.5 + + + + + \ No newline at end of file