diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-01 20:30:27 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-01 20:30:27 +0000 |
commit | f1dc976167fcaf5f51909db1adadca98c0612f9c (patch) | |
tree | bfd7fd27a0a06e37a626e7643b6ee26e9ab5e96a | |
parent | 119b3c6bd85901f3f5c6c086a4722d9c38a7de7d (diff) |
Fixed scope of the dependency on the Felix org.osgi.core module, changed it to 'provided' to allow the modules that use extensiblity-osgi to make the choice of using either Felix or Equinox.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/extensibility-osgi/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/extensibility-osgi/pom.xml b/java/sca/modules/extensibility-osgi/pom.xml index 3eab33771d..7667ca918f 100644 --- a/java/sca/modules/extensibility-osgi/pom.xml +++ b/java/sca/modules/extensibility-osgi/pom.xml @@ -37,6 +37,7 @@ <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <version>1.0.1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> |