You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/09/01 22:30:27 UTC

svn commit: r691050 - /tuscany/java/sca/modules/extensibility-osgi/pom.xml

Author: jsdelfino
Date: Mon Sep  1 13:30:27 2008
New Revision: 691050

URL: http://svn.apache.org/viewvc?rev=691050&view=rev
Log:
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.

Modified:
    tuscany/java/sca/modules/extensibility-osgi/pom.xml

Modified: tuscany/java/sca/modules/extensibility-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/extensibility-osgi/pom.xml?rev=691050&r1=691049&r2=691050&view=diff
==============================================================================
--- tuscany/java/sca/modules/extensibility-osgi/pom.xml (original)
+++ tuscany/java/sca/modules/extensibility-osgi/pom.xml Mon Sep  1 13:30:27 2008
@@ -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>