Skip to content

Commit

Permalink
deps: Version bump cloud BOM and remove no longer needed dependency m…
Browse files Browse the repository at this point in the history
…anagement settings (#777)
  • Loading branch information
dpcollins-google committed Jul 29, 2021
1 parent b6e48dc commit 1cd23cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.156.0</version>
<version>0.158.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
28 changes: 4 additions & 24 deletions pubsublite-beam-io/pom.xml
Expand Up @@ -17,32 +17,12 @@
<url>https://github.com/googleapis/java-pubsublite</url>
<description>Beam IO for Google Cloud Pub/Sub Lite</description>
<dependencyManagement>
<!-- Settings here exist to fix RequireUpperBoundDeps errors. -->
<dependencies>
<!-- Settings here exist to fix RequireUpperBoundDeps errors until fixed upstream in cloud BOM. -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev20210617-1.32.1</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.31.5</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-java6</artifactId>
<version>1.31.5</version>
<groupId>com.google.cloud</groupId>
<artifactId>grpc-gcp</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1cd23cb

Please sign in to comment.