From 7efb77b24f06c9c3441682eb1be4f62ed723fe5f Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 24 Apr 2015 12:38:49 +0200 Subject: [PATCH] Update to GCE API v1-rev59-1.20.0 GCE API have been updated to `v1-rev59-1.20.0`. We now can depend only on: ```xml com.google.apis google-api-services-compute v1-rev59-1.20.0 ``` It comes with all needed dependencies. Closes #49. (cherry picked from commit f95dc16) (cherry picked from commit 4ee6c95) --- pom.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 9bd27bf94ed..775f396bc1c 100644 --- a/pom.xml +++ b/pom.xml @@ -49,8 +49,7 @@ governing permissions and limitations under the License. --> - v1-rev15-1.18.0-rc - 1.18.0-rc + v1-rev59-1.20.0 9300 @@ -74,21 +73,6 @@ governing permissions and limitations under the License. --> - - com.google.api-client - google-api-client - ${google.api.version} - - - com.google.http-client - google-http-client-jackson2 - ${google.api.version} - - - com.google.oauth-client - google-oauth-client-jetty - ${google.api.version} - com.google.apis google-api-services-compute