From 76c3184ced1b07f3476f0d809b07d4c3b8c20431 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 26 Oct 2022 13:01:38 +0100 Subject: [PATCH] HADOOP-18487. change scope so that protobuf explicitly exported again ...lets see if that helps things to build, though it does look like a mvn repo change. key point: dependencies are the same as before, but protobuf can be excluded by downstream projects and all RPC code will still work. Change-Id: I681b75d3dfe5cd5d0e6852ee5d73a63e28a3b8d0 --- hadoop-project/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 0a520f1910d..8bf6050f7ce 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -88,9 +88,10 @@ 2.5.0 + compile - provided + ${common.protobuf2.scope} 3.7.1 ${env.HADOOP_PROTOC_PATH}