Skip to content

Commit f4d7111

Browse files
committed
Revert "HADOOP-19343: Manage hadoop-gcp Guava version directly in its pom.xml."
This reverts commit 44abf8e.
1 parent 74a1f12 commit f4d7111

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<findbugs.version>3.0.5</findbugs.version>
109109
<dnsjava.version>3.6.1</dnsjava.version>
110110

111-
<guava.version>27.0-jre</guava.version>
111+
<guava.version>33.1.0-jre</guava.version>
112112
<guice.version>5.1.0</guice.version>
113113

114114
<bouncycastle.version>1.78.1</bouncycastle.version>

hadoop-tools/hadoop-gcp/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,6 @@
426426

427427
<dependencyManagement>
428428
<dependencies>
429-
<dependency>
430-
<groupId>com.google.guava</groupId>
431-
<artifactId>guava</artifactId>
432-
<version>33.1.0-jre</version>
433-
</dependency>
434429
<dependency>
435430
<!--
436431
We're using a specific Protobuf version to ensure compatibility with the
@@ -461,11 +456,6 @@
461456
<groupId>javax.enterprise</groupId>
462457
<artifactId>cdi-api</artifactId>
463458
</exclusion>
464-
<!-- Exclude guava 27.0-jre -->
465-
<exclusion>
466-
<groupId>com.google.guava</groupId>
467-
<artifactId>guava</artifactId>
468-
</exclusion>
469459
<!-- Exclude protobuf-java 2.5.0 -->
470460
<exclusion>
471461
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)