From a7db0080fc8dd2b613392a618cef041060b5e5e6 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 27 Jun 2012 13:42:31 +0000 Subject: [PATCH] Fix SLC build with OSGi check git-svn-id: https://svn.argeo.org/slc/trunk@5374 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.core/pom.xml | 9 ++++++--- runtime/org.argeo.slc.repo/pom.xml | 12 ++++++++++-- runtime/org.argeo.slc.support.activemq/pom.xml | 8 +++++++- runtime/org.argeo.slc.support.maven/pom.xml | 6 +++++- 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml index 38a717280..b99ac12ee 100644 --- a/runtime/org.argeo.slc.core/pom.xml +++ b/runtime/org.argeo.slc.core/pom.xml @@ -1,4 +1,6 @@ - + + 4.0.0 org.argeo.slc @@ -21,14 +23,15 @@ org.argeo.slc.*,org.argeo.slc.core.test.spring - *,org.apache.commons.logging;version="1.1", + + org.w3c.dom;version="0.0.0", org.dbunit;resolution:="optional", org.dbunit.database;resolution:="optional", org.dbunit.dataset;resolution:="optional", org.dbunit.dataset.xml;resolution:="optional", org.dbunit.operation;resolution:="optional", junit.framework;resolution:="optional", - org.springframework.context.support;resolution:=optional + * diff --git a/runtime/org.argeo.slc.repo/pom.xml b/runtime/org.argeo.slc.repo/pom.xml index 51484fca0..9c8b6790d 100644 --- a/runtime/org.argeo.slc.repo/pom.xml +++ b/runtime/org.argeo.slc.repo/pom.xml @@ -1,4 +1,6 @@ - + + 4.0.0 org.argeo.slc @@ -20,7 +22,13 @@ org.argeo.slc.repo.* - javax.jcr.nodetype,* + + org.w3c.dom.*;version="0.0.0", + javax.xml.transform.*;version="0.0.0", + javax.xml.parsers.*;version="0.0.0", + javax.jcr.nodetype, + * + diff --git a/runtime/org.argeo.slc.support.activemq/pom.xml b/runtime/org.argeo.slc.support.activemq/pom.xml index 62848dd8d..77bbff7e8 100644 --- a/runtime/org.argeo.slc.support.activemq/pom.xml +++ b/runtime/org.argeo.slc.support.activemq/pom.xml @@ -1,4 +1,6 @@ - + + 4.0.0 org.argeo.slc @@ -20,6 +22,10 @@ org.argeo.slc.jms.*,org.argeo.slc.activemq + + javax.xml.transform;version="0.0.0", + * + diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml index 1a5b79e77..74a1c0790 100644 --- a/runtime/org.argeo.slc.support.maven/pom.xml +++ b/runtime/org.argeo.slc.support.maven/pom.xml @@ -1,4 +1,6 @@ - + + 4.0.0 org.argeo.slc @@ -27,6 +29,8 @@ org.argeo.slc.maven.* + org.w3c.dom.*;version="0.0.0", + org.xml.sax.*;version="0.0.0", com.google.*;resolution:=optional, javax.*;resolution:=optional, com.sun.*;resolution:=optional, -- 2.39.2