You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/03/19 20:11:29 UTC

[11/50] [abbrv] airavata git commit: Moving credential store client to stubs module.

Moving credential store client to stubs module.


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

Branch: refs/heads/new-workflow-design
Commit: 8c84eeedca003783f167437edfbd4a812e27d70f
Parents: 52f1e75
Author: Suresh Marru <sm...@apache.org>
Authored: Fri Mar 6 14:22:44 2015 -0500
Committer: Suresh Marru <sm...@apache.org>
Committed: Fri Mar 6 14:22:44 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/airavata/blob/8c84eeed/modules/credential-store/credential-store-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/modules/credential-store/credential-store-stubs/pom.xml b/modules/credential-store/credential-store-stubs/pom.xml
index 2a1c431..838b2f3 100644
--- a/modules/credential-store/credential-store-stubs/pom.xml
+++ b/modules/credential-store/credential-store-stubs/pom.xml
@@ -35,6 +35,11 @@
             <artifactId>slf4j-log4j12</artifactId>
             <version>${org.slf4j.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-common-utils</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 
     <properties>