summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-14 22:12:36 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-14 22:12:36 +0000
commit94376722d438488d93fc325381267610697afd61 (patch)
tree520907645d481464c4c8ffc81d73f7a5d2e65fa3 /branches/sca-java-1.x/modules/extensibility-osgi/pom.xml
parentb091e96bb4da0365bde5d0ddcf0f4def583da251 (diff)
Exclude the module that has conflicting classes with the JDK
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>