diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-23 20:45:20 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-23 20:45:20 +0000 |
commit | f8ca3972868ddfad816ccdc0110fe7772b2b4708 (patch) | |
tree | a6cb841f30264e73f975d318d09683374546d726 /sca-java-1.x/branches/sca-java-1.6/distribution/bundle | |
parent | 507144770592da93eb6dbc82953adfff45921964 (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 '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml | 5 |
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> |