diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-19 11:46:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-19 11:46:02 +0000 |
commit | d8cda281dd77522962239a39af773ce5f9b1fac1 (patch) | |
tree | db037e16d7f29f4453723ed7a6fb82347cdbe8e2 /sca-java-2.x/trunk | |
parent | 88f31361110e97e56d4bb6cba82ec4a085913adb (diff) |
Include the async-services itest in build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/pom.xml b/sca-java-2.x/trunk/testing/itest/pom.xml index c5ed5728b1..71f1a81b7a 100644 --- a/sca-java-2.x/trunk/testing/itest/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/pom.xml @@ -38,7 +38,7 @@ </dependencies> <modules> - <!--module>async-services</module--> <!-- removed due to hang, see TUSCANY-3886 --> + <module>async-services</module> <!-- removed due to hang, see TUSCANY-3886 --> <module>base</module> <module>builder</module> <module>bpel</module> |