You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ad...@apache.org on 2017/05/09 16:41:02 UTC

[6/7] airavata git commit: Adding worker messaging module to parent pom

Adding worker messaging module to parent pom


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/50793de3
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/50793de3
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/50793de3

Branch: refs/heads/feature-workload-mgmt
Commit: 50793de376b0294ce6e53625798289e24fe7e25c
Parents: e3997fd
Author: Ajinkya Dhamnaskar <ad...@apache.org>
Authored: Tue May 9 12:40:04 2017 -0400
Committer: Ajinkya Dhamnaskar <ad...@apache.org>
Committed: Tue May 9 12:40:04 2017 -0400

----------------------------------------------------------------------
 modules/worker/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/50793de3/modules/worker/pom.xml
----------------------------------------------------------------------
diff --git a/modules/worker/pom.xml b/modules/worker/pom.xml
index aedb69f..4efa8ba 100644
--- a/modules/worker/pom.xml
+++ b/modules/worker/pom.xml
@@ -21,6 +21,7 @@
         <module>worker-core</module>
         <module>task-envsetup</module>
         <module>task-jobsubmission</module>
+        <module>worker-messaging</module>
     </modules>
 
     <profiles>