You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/07/07 15:24:33 UTC

git commit: Adding the Airavata API Dependency

Repository: airavata
Updated Branches:
  refs/heads/master 8e5f057e7 -> c290a0444


Adding the Airavata API Dependency


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

Branch: refs/heads/master
Commit: c290a0444a383780758b583d7af77f8af8ef0631
Parents: 8e5f057
Author: Suresh Marru <sm...@apache.org>
Authored: Mon Jul 7 09:24:27 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Mon Jul 7 09:24:27 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata/blob/c290a044/modules/airavata-client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/airavata-client/pom.xml b/modules/airavata-client/pom.xml
index 2a3e73b..a8e59b2 100644
--- a/modules/airavata-client/pom.xml
+++ b/modules/airavata-client/pom.xml
@@ -25,6 +25,11 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-api-stubs</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-registry-api</artifactId>
             <version>${project.version}</version>
         </dependency>