You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2017/04/05 19:10:58 UTC

[34/50] [abbrv] airavata git commit: Adding data model dependency in sharing registry stub

Adding data model dependency in sharing registry stub


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

Branch: refs/heads/develop
Commit: 5f2160d15d812feab3dbbf4291f30e49107145b8
Parents: 057e4e1
Author: Ajinkya Dhamnaskar <ad...@umail.iu.edu>
Authored: Tue Apr 4 16:40:29 2017 -0400
Committer: Ajinkya Dhamnaskar <ad...@umail.iu.edu>
Committed: Tue Apr 4 16:40:29 2017 -0400

----------------------------------------------------------------------
 modules/sharing-registry/sharing-registry-stubs/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/5f2160d1/modules/sharing-registry/sharing-registry-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/modules/sharing-registry/sharing-registry-stubs/pom.xml b/modules/sharing-registry/sharing-registry-stubs/pom.xml
index 87e80da..e7cd7fa 100644
--- a/modules/sharing-registry/sharing-registry-stubs/pom.xml
+++ b/modules/sharing-registry/sharing-registry-stubs/pom.xml
@@ -21,6 +21,11 @@
             <artifactId>libthrift</artifactId>
             <version>${thrift.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-data-models</artifactId>
+            <version>0.17-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 
     <build>