Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
chore: remove unnecessary version management (#62)
Browse files Browse the repository at this point in the history
* chore: remove unnecessary version management

google-http-client is not a declared dependency

* remove auth-library version management

* remove unused property
  • Loading branch information
chingor13 committed Jan 29, 2020
1 parent 7a12fde commit 9d79626
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pom.xml
Expand Up @@ -66,8 +66,6 @@
<google.core.version>1.92.2</google.core.version>
<google.api-common.version>1.8.1</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<google.auth.version>0.19.0</google.auth.version>
<google.http-client.version>1.34.0</google.http-client.version>
<gax.version>1.53.0</gax.version>
<grpc.version>1.26.0</grpc.version>
<protobuf.version>3.11.1</protobuf.version>
Expand Down Expand Up @@ -125,20 +123,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>${google.auth.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-bom</artifactId>
<version>${google.http-client.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down Expand Up @@ -282,12 +266,11 @@
<links>
<link>https://grpc.io/grpc-java/javadoc/</link>
<link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
<link>https://googleapis.dev/java/google-auth-library/latest/</link>
<link>https://googleapis.dev/java/gax/latest/</link>
<link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link>
</links>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit 9d79626

Please sign in to comment.