Skip to content

Commit 0cc52d2

Browse files
YARN-11930: Newly released protobuf-maven-plugin incompatible with hadoop-yarn-csi build
Closes apache#8255 Co-authored-by: LamiumAmplexicaule <47999601+LamiumAmplexicaule@users.noreply.github.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
1 parent 25e8172 commit 0cc52d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hadoop-project/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159

160160
<!-- Maven protoc compiler -->
161161
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
162+
<ascopes.protobuf-maven-plugin.version>4.1.3</ascopes.protobuf-maven-plugin.version>
162163
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
163164

164165
<protobuf-compile.version>3.5.1</protobuf-compile.version>
@@ -2434,6 +2435,11 @@
24342435
</execution>
24352436
</executions>
24362437
</plugin>
2438+
<plugin>
2439+
<groupId>io.github.ascopes</groupId>
2440+
<artifactId>protobuf-maven-plugin</artifactId>
2441+
<version>${ascopes.protobuf-maven-plugin.version}</version>
2442+
</plugin>
24372443
<!-- Modify the generated source to use our shaded protobuf -->
24382444
<plugin>
24392445
<groupId>com.google.code.maven-replacer-plugin</groupId>

0 commit comments

Comments
 (0)