diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-28 15:06:13 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-28 15:06:13 +0000 |
commit | b8974166f7a1de9126e214021d0a5ec065871579 (patch) | |
tree | b8a3310e55416fe9670a2902732b9a101a6aca31 | |
parent | 88d9e951a4d8cbb72ae4ddfe5695cb380ec6c2bb (diff) |
Add hazelcast client registry to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904116 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml index c24df0b596..d8ae6a5628 100644 --- a/sca-java-2.x/trunk/modules/pom.xml +++ b/sca-java-2.x/trunk/modules/pom.xml @@ -74,6 +74,7 @@ <module>domain-node</module> <module>endpoint-tribes</module> <module>endpoint-hazelcast</module> + <module>endpoint-hazelcast-client</module> <module>extensibility</module> <module>extensibility-equinox</module> <module>host-http</module> |