summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.x/modules/extensibility-osgi/pom.xml6
-rw-r--r--branches/sca-java-1.x/modules/node-launcher-osgi/pom.xml4
2 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml b/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
index 7cecd907e3..ca0cb33617 100644
--- a/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
+++ b/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
@@ -44,6 +44,12 @@
<artifactId>org.apache.felix.framework</artifactId>
<version>1.0.4</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.foundation</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>
diff --git a/branches/sca-java-1.x/modules/node-launcher-osgi/pom.xml b/branches/sca-java-1.x/modules/node-launcher-osgi/pom.xml
index 6a52984c9f..daa1aed2a9 100644
--- a/branches/sca-java-1.x/modules/node-launcher-osgi/pom.xml
+++ b/branches/sca-java-1.x/modules/node-launcher-osgi/pom.xml
@@ -52,6 +52,10 @@
<groupId>org.apache.felix</groupId>
<artifactId>javax.servlet</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.foundation</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>