Repository: airavata Updated Branches: refs/heads/master bca756a48 -> 64c6657e7
fixing the build break Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/c1f69ae2 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/c1f69ae2 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/c1f69ae2 Branch: refs/heads/master Commit: c1f69ae2901dc88d9ceb6d49ba5d77fbaf3ecc4b Parents: a2307f9 Author: lahiru <[email protected]> Authored: Mon Apr 28 14:08:59 2014 -0400 Committer: lahiru <[email protected]> Committed: Mon Apr 28 14:08:59 2014 -0400 ---------------------------------------------------------------------- modules/gfac/pom.xml | 2 +- modules/orchestrator/orchestrator-core/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/c1f69ae2/modules/gfac/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml index 774a445..1d6f0d1 100644 --- a/modules/gfac/pom.xml +++ b/modules/gfac/pom.xml @@ -35,7 +35,7 @@ <module>gfac-ssh</module> <module>gfac-local</module> <module>gfac-hadoop</module> - <module>gfac-gram</module> + <module>gfac-gram</module> <module>gfac-gsissh</module> <module>gfac-bes</module> </modules> http://git-wip-us.apache.org/repos/asf/airavata/blob/c1f69ae2/modules/orchestrator/orchestrator-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml index b228284..c2085b5 100644 --- a/modules/orchestrator/orchestrator-core/pom.xml +++ b/modules/orchestrator/orchestrator-core/pom.xml @@ -60,6 +60,11 @@ the License. --> <artifactId>airavata-gfac-core</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.airavata</groupId> + <artifactId>airavata-gfac-local</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.airavata</groupId> <artifactId>airavata-data-models</artifactId>
