This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 4001ae33299 HADOOP-19165. Drop protobuf 2.5.0 from the distribution
(#7051)
4001ae33299 is described below
commit 4001ae332992ad912a7a2d61b24d61404d64cf6c
Author: Steve Loughran <[email protected]>
AuthorDate: Wed Oct 22 11:55:08 2025 +0100
HADOOP-19165. Drop protobuf 2.5.0 from the distribution (#7051)
Contributed by Ayush Saxena.
---
hadoop-project/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 34957dfeb0a..1109e7be4b7 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1856,6 +1856,10 @@
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1889,6 +1893,10 @@
<groupId>org.apache.yetus</groupId>
<artifactId>audience-annotations</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]