diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-18 10:50:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-18 10:50:34 +0000 |
commit | 61a9d8172ea62c7de0f789b22ecee90c4f29917b (patch) | |
tree | 0a954741e77fd8945e971e91358398de59d30b5a | |
parent | 27c5509bc8529d09a797e3d08412c23bdf88466a (diff) |
Add spring runtime module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775893 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.x/distribution/bundle/pom.xml | 5 |
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> |