JCLOUDS-458: Enable google-cloud-storage in 1.8.x
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/853e55eb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/853e55eb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/853e55eb Branch: refs/heads/1.8.x Commit: 853e55ebd40d2d1e84455c3493e605dcfe4b2b86 Parents: ccc2d24 Author: Andrew Gaul <[email protected]> Authored: Wed Sep 10 14:29:12 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Wed Sep 10 15:04:48 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/853e55eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9bb6b9e..cbaa097 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,7 @@ <modules> <module>oauth</module> + <module>google-cloud-storage</module> <module>google-compute-engine</module> </modules>
