From a80cd4f2a698abcb81c5034359618c91dd698d30 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 13 Oct 2011 11:21:06 +0000 Subject: [PATCH] Factorize more features in node git-svn-id: https://svn.argeo.org/commons/trunk@4822 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../dep/org.argeo.security.dep.node/pom.xml | 52 ++++++++++++++----- .../org.argeo.security.dep.node.rap/pom.xml | 34 ------------ .../org.argeo.security.dep.node.rcp/pom.xml | 36 ------------- security/plugins/pom.xml | 11 ++-- 4 files changed, 43 insertions(+), 90 deletions(-) diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml index c73ccc453..1c0217cc9 100644 --- a/security/dep/org.argeo.security.dep.node/pom.xml +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons.security @@ -39,16 +40,6 @@ pom - - - javax.xml.soap - com.springsource.javax.xml.soap - - - javax.activation - com.springsource.javax.activation - - org.argeo.commons.security @@ -118,6 +109,14 @@ + + javax.xml.soap + com.springsource.javax.xml.soap + + + javax.activation + com.springsource.javax.activation + javax.annotation com.springsource.javax.annotation @@ -131,7 +130,7 @@ com.springsource.javax.xml.bind - + org.argeo.commons.security org.argeo.security.dao.ldap @@ -148,6 +147,13 @@ ${version.argeo-commons} + + + org.argeo.commons.security + org.argeo.security.dao.jackrabbit + ${version.argeo-commons} + + org.springframework.osgi @@ -179,6 +185,21 @@ ${version.argeo-commons} + + + org.argeo.commons.server + org.argeo.server.tomcat + ${version.argeo-commons} + + + + + org.argeo.commons.security + org.argeo.security.dep.ads + 0.3.4-SNAPSHOT + pom + + org.argeo.commons.server @@ -200,5 +221,12 @@ org.postgresql com.springsource.org.postgresql.jdbc3 + + + + org.argeo.commons.basic + org.argeo.support.junit + 0.3.4-SNAPSHOT + diff --git a/security/features/org.argeo.security.dep.node.rap/pom.xml b/security/features/org.argeo.security.dep.node.rap/pom.xml index c51c4894c..20503e9d3 100644 --- a/security/features/org.argeo.security.dep.node.rap/pom.xml +++ b/security/features/org.argeo.security.dep.node.rap/pom.xml @@ -16,24 +16,6 @@ org.argeo.maven.plugins maven-argeo-osgi-plugin - - - - - - - - - - - - - - - - - - @@ -74,21 +56,5 @@ ${version.argeo-commons} - - - org.argeo.commons.server - org.argeo.server.tomcat - ${version.argeo-commons} - test - - - - - org.argeo.commons.security - org.argeo.security.dep.ads - 0.3.4-SNAPSHOT - pom - test - diff --git a/security/features/org.argeo.security.dep.node.rcp/pom.xml b/security/features/org.argeo.security.dep.node.rcp/pom.xml index 64bc129f7..e9e488b59 100644 --- a/security/features/org.argeo.security.dep.node.rcp/pom.xml +++ b/security/features/org.argeo.security.dep.node.rcp/pom.xml @@ -16,26 +16,6 @@ org.argeo.maven.plugins maven-argeo-osgi-plugin - - - - - - - - - - - - - - - - - - - - @@ -56,13 +36,6 @@ 0.3.4-SNAPSHOT - - - org.argeo.commons.security - org.argeo.security.dao.jackrabbit - ${version.argeo-commons} - - org.argeo.commons.security @@ -75,14 +48,5 @@ org.argeo.security.ui.rcp 0.3.4-SNAPSHOT - - - - org.argeo.commons.basic - org.argeo.support.junit - 0.3.4-SNAPSHOT - test - - diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 77555ab7f..4becfbdf8 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons @@ -50,11 +51,6 @@ org.apache.maven.plugins maven-jar-plugin - - - META-INF/MANIFEST.MF - - org.apache.maven.plugins @@ -75,9 +71,8 @@ org.apache.felix maven-bundle-plugin - META-INF - ${pom.artifactId};singleton:=true + ${project.artifactId};singleton:=true -- 2.39.2