summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/modules/extensibility-osgi/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/extensibility-osgi/pom.xml6
1 files changed, 6 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>