diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-16 06:50:41 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-16 06:50:41 +0000 |
commit | ce9150bd4c4880a4032030213de8626c21764bfd (patch) | |
tree | 92b1274bde46928417d17868b504c365382da4b0 /java/sca/modules/node-impl-osgi | |
parent | 41f8541059c72bd6724cb852abd42bc1d98a2f53 (diff) |
Update to Equinox 3.5 to take advantage of the hook services API
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/node-impl-osgi')
-rw-r--r-- | java/sca/modules/node-impl-osgi/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/modules/node-impl-osgi/pom.xml b/java/sca/modules/node-impl-osgi/pom.xml index 9a0167acb5..75bc2991ef 100644 --- a/java/sca/modules/node-impl-osgi/pom.xml +++ b/java/sca/modules/node-impl-osgi/pom.xml @@ -45,13 +45,13 @@ <dependency> <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> - <version>3.4.0-v20080605-1900</version> + <version>3.5.0-v20090520</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.osgi</groupId> <artifactId>services</artifactId> - <version>3.1.200-v20071203</version> + <version>3.2.0-v20090520-1800</version> <scope>test</scope> </dependency> @@ -59,14 +59,14 @@ <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>ds</artifactId> - <version>1.0.0-v20080427-0830</version> + <version>1.1.0-v20090601</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>util</artifactId> - <version>1.0.0-v20080414</version> + <version>1.0.100-v20090520-1800</version> <scope>test</scope> </dependency> @@ -100,7 +100,7 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-osgi</artifactId> <version>2.0-SNAPSHOT</version> - <scope>test</scope> + <scope>compile</scope> </dependency> <dependency> |