Skip to content

Commit

Permalink
Merge pull request cdapio#15323 from cdapio/deps_cleanup
Browse files Browse the repository at this point in the history
[CDAP-20807] Remove unneeded explicit dependencies
  • Loading branch information
tivv authored Sep 13, 2023
2 parents a16a413 + f885b8f commit 98f4b53
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions cdap-runtime-ext-dataproc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>v1-rev20230829-2.0.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.api-client</groupId>
<artifactId>com.google.api-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -90,18 +80,6 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<!-- cloud storage requires google-api-client > 1.31.0,
but set to 1.25.0 by google-api-services-compute-->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.cdap.twill</groupId>
<artifactId>twill-yarn</artifactId>
Expand Down

0 comments on commit 98f4b53

Please sign in to comment.