You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2014/04/28 18:12:18 UTC

[5/9] git commit: seperate gfac-local from gfac-core

seperate gfac-local from gfac-core


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

Branch: refs/heads/master
Commit: 1852d7923251a93db5b40d4bc33d08c297fb92c1
Parents: 761b81e
Author: Nipun Udara <y....@gmail.com>
Authored: Sun Apr 27 06:17:46 2014 +0530
Committer: Nipun Udara <y....@gmail.com>
Committed: Sun Apr 27 06:17:46 2014 +0530

----------------------------------------------------------------------
 modules/distribution/server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/1852d792/modules/distribution/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml
index 6a1c14e..fed3646 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -306,6 +306,11 @@
         </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-gfac-core</artifactId>
             <version>${project.version}</version>
         </dependency>