summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/distribution/bundle
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-23 20:45:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-23 20:45:20 +0000
commitf8ca3972868ddfad816ccdc0110fe7772b2b4708 (patch)
treea6cb841f30264e73f975d318d09683374546d726 /sca-java-1.x/branches/sca-java-1.6/distribution/bundle
parent507144770592da93eb6dbc82953adfff45921964 (diff)
TUSCANY-3438 - Adding calculator-corba samples to 1.6 binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/distribution/bundle')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
index e135ecd21b..c11bc2bd68 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
@@ -309,6 +309,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-corba-jse-tns</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>${pom.version}</version>