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/samples/dosgi-calculator-operations | |
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/samples/dosgi-calculator-operations')
-rw-r--r-- | java/sca/samples/dosgi-calculator-operations/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/samples/dosgi-calculator-operations/pom.xml b/java/sca/samples/dosgi-calculator-operations/pom.xml index fd08e25e72..add9380c55 100644 --- a/java/sca/samples/dosgi-calculator-operations/pom.xml +++ b/java/sca/samples/dosgi-calculator-operations/pom.xml @@ -54,7 +54,7 @@ <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>
@@ -62,14 +62,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>
|