Repository: airavata Updated Branches: refs/heads/feature-workload-mgmt 260860ca3 -> ead87d8fe
Update modules in worker pom Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ead87d8f Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ead87d8f Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ead87d8f Branch: refs/heads/feature-workload-mgmt Commit: ead87d8fe201a1ca8eb7c15d455bab186e440728 Parents: 260860c Author: Gourav Shenoy <[email protected]> Authored: Thu May 11 13:51:16 2017 -0400 Committer: Gourav Shenoy <[email protected]> Committed: Thu May 11 13:51:16 2017 -0400 ---------------------------------------------------------------------- modules/worker/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ead87d8f/modules/worker/pom.xml ---------------------------------------------------------------------- diff --git a/modules/worker/pom.xml b/modules/worker/pom.xml index 4efa8ba..de21eeb 100644 --- a/modules/worker/pom.xml +++ b/modules/worker/pom.xml @@ -19,9 +19,11 @@ <modules> <module>worker-core</module> + <module>task-datastaging</module> <module>task-envsetup</module> <module>task-jobsubmission</module> <module>worker-messaging</module> + <module>task-monitoring</module> </modules> <profiles>
