diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-27 12:07:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-27 12:07:17 +0000 |
commit | 2b934b27ac25cb601f2f3adc8d7388276fadaaf9 (patch) | |
tree | 697d81de75654aa47e0fb171b4e2c416516cb553 /sandbox/scajcaa | |
parent | 57e05151e165824a3be21ad83164a5686664d8aa (diff) |
Addclient and endpoint modules as theyre transitive dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/scajcaa')
-rw-r--r-- | sandbox/scajcaa/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/scajcaa/pom.xml b/sandbox/scajcaa/pom.xml index 71b451f596..460d854cc7 100644 --- a/sandbox/scajcaa/pom.xml +++ b/sandbox/scajcaa/pom.xml @@ -47,6 +47,7 @@ <module>databinding-jaxb-axiom</module>
<module>deployment</module>
<module>domain-node</module>
+ <module>endpoint-tribes</module>
<module>extensibility</module>
<module>extensibility-equinox</module>
<module>host-http</module>
@@ -63,6 +64,7 @@ <module>policy-security</module>
<module>policy-xml-ws</module>
<module>sca-api</module>
+ <module>sca-client-rmi</module>
<module>xsd</module>
<module>sca-assembly</module>
|