summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-20 16:01:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-20 16:01:52 +0000
commit241cc75351167737a36ce65be8f0934ddc426ff3 (patch)
tree0a341d2b33709a527a0b195f51181a167202c49d /java
parentb272cfd554a84b0537fe0de5dbfde41f8da3f688 (diff)
Add osgi dependency to see if that helps the continuum build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/distribution/all/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml
index 7193088962..0ee94914b0 100644
--- a/java/sca/distribution/all/pom.xml
+++ b/java/sca/distribution/all/pom.xml
@@ -78,6 +78,13 @@
</configuration>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse</groupId>
+ <artifactId>osgi</artifactId>
+ <version>3.3.0-v20070530</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>