summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:50:34 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:50:34 +0000
commit61a9d8172ea62c7de0f789b22ecee90c4f29917b (patch)
tree0a954741e77fd8945e971e91358398de59d30b5a /branches
parent27c5509bc8529d09a797e3d08412c23bdf88466a (diff)
Add spring runtime module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/distribution/bundle/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/bundle/pom.xml b/branches/sca-java-1.x/distribution/bundle/pom.xml
index 61ce047e5d..2e22a69ee3 100644
--- a/branches/sca-java-1.x/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.x/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>