summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:14:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:14:23 +0000
commitb97c183e3c0fc05b9ff94ec212d50f8088f14ee4 (patch)
tree0846da4cae50a86245cdd8d82806315f07f4d7c7
parent8f2669aa5997f99142b91cda511642351506f01e (diff)
Merge 1.x trunk change to include spring runtime in manifest jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776964 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.5/distribution/manifest/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/distribution/manifest/pom.xml b/branches/sca-java-1.5/distribution/manifest/pom.xml
index f158ebef4c..25da669749 100644
--- a/branches/sca-java-1.5/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.5/distribution/manifest/pom.xml
@@ -454,6 +454,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>