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 <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-compute</artifactId> <version>v1-rev59-1.20.0</version> </dependency> ``` It comes with all needed dependencies. Closes #49. (cherry picked from commit f95dc16) (cherry picked from commit 4ee6c95)
This commit is contained in:
parent
ebe75a33e4
commit
7efb77b24f
18
pom.xml
18
pom.xml
|
@ -49,8 +49,7 @@ governing permissions and limitations under the License. -->
|
|||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
<google.gce.version>v1-rev15-1.18.0-rc</google.gce.version>
|
||||
<google.api.version>1.18.0-rc</google.api.version>
|
||||
<google.gce.version>v1-rev59-1.20.0</google.gce.version>
|
||||
<es.plugin.port>9300</es.plugin.port>
|
||||
</properties>
|
||||
|
||||
|
@ -74,21 +73,6 @@ governing permissions and limitations under the License. -->
|
|||
</dependency>
|
||||
|
||||
<!-- Google APIs -->
|
||||
<dependency>
|
||||
<groupId>com.google.api-client</groupId>
|
||||
<artifactId>google-api-client</artifactId>
|
||||
<version>${google.api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.http-client</groupId>
|
||||
<artifactId>google-http-client-jackson2</artifactId>
|
||||
<version>${google.api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.oauth-client</groupId>
|
||||
<artifactId>google-oauth-client-jetty</artifactId>
|
||||
<version>${google.api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
<artifactId>google-api-services-compute</artifactId>
|
||||
|
|
Loading…
Reference in New Issue