summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-http-osgi/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-16 06:50:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-16 06:50:41 +0000
commitce9150bd4c4880a4032030213de8626c21764bfd (patch)
tree92b1274bde46928417d17868b504c365382da4b0 /java/sca/modules/host-http-osgi/pom.xml
parent41f8541059c72bd6724cb852abd42bc1d98a2f53 (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 '')
-rw-r--r--java/sca/modules/host-http-osgi/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/host-http-osgi/pom.xml b/java/sca/modules/host-http-osgi/pom.xml
index 078caead01..a384ff6c9a 100644
--- a/java/sca/modules/host-http-osgi/pom.xml
+++ b/java/sca/modules/host-http-osgi/pom.xml
@@ -37,19 +37,19 @@
<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>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>http</artifactId>
- <version>1.0.200-v20080421-2006</version>
+ <version>1.0.300-v20090520-1800</version>
<scope>runtime</scope>
</dependency>
<dependency>