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/master Commit: 8c84eeedca003783f167437edfbd4a812e27d70f Parents: 52f1e75 Author: Suresh Marru <[email protected]> Authored: Fri Mar 6 14:22:44 2015 -0500 Committer: Suresh Marru <[email protected]> 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>
