summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.5/distribution/bundle/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/distribution/bundle/pom.xml b/branches/sca-java-1.5/distribution/bundle/pom.xml
index 865c0b9cc8..e89fc3eabb 100644
--- a/branches/sca-java-1.5/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.5/distribution/bundle/pom.xml
@@ -416,6 +416,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-spring-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-xquery</artifactId>
<version>${pom.version}</version>
</dependency>