summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:12:43 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 06:12:43 +0000
commit8f2669aa5997f99142b91cda511642351506f01e (patch)
treec3735ad3297356c39f996c7ecf8e3eaa1be7fde1
parentc683e91d6cd20fdf0d6ac5a6c056ac90cb479083 (diff)
Add spring runtime to manifest jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776963 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/distribution/manifest/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/manifest/pom.xml b/branches/sca-java-1.x/distribution/manifest/pom.xml
index 2639132fe5..52c6b74fa3 100644
--- a/branches/sca-java-1.x/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.x/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>