Skip to content

Commit

Permalink
Merge pull request #15318 from cdapio/fix-deps-dataproc
Browse files Browse the repository at this point in the history
[CDAP-20807] Fix NoSuchMethodError in GeneratedMessageV3 for static clusters with managed instance groups due to library incompatibility.
  • Loading branch information
tivv authored Sep 13, 2023
2 parents d9ec268 + 5253d7c commit a16a413
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cdap-runtime-ext-dataproc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<google.api.client.version>1.34.0</google.api.client.version>
<google.cloud.libraries.bom.version>25.1.0</google.cloud.libraries.bom.version>
<google.cloud.libraries.bom.version>26.22.0</google.cloud.libraries.bom.version>
</properties>


Expand All @@ -50,18 +50,15 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc</artifactId>
<version>4.5.0</version>
</dependency>
<!-- for some reason, seeing old proto versions getting pulled in instead of the correct ones -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dataproc-v1</artifactId>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>v1-rev214-1.25.0</version>
<version>v1-rev20230829-2.0.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -98,7 +95,6 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>${google.api.client.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit a16a413

Please sign in to comment.