This is an automated email from the ASF dual-hosted git repository.
abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new f09ba7faf TEZ-4669: Spotbugs fails in precommit (#457) (Laszlo Bodor
reviewed by Ayush Saxena)
f09ba7faf is described below
commit f09ba7faffff18e3197a4963764a34b69a22d656
Author: Bodor Laszlo <[email protected]>
AuthorDate: Thu Jan 29 12:55:09 2026 +0100
TEZ-4669: Spotbugs fails in precommit (#457) (Laszlo Bodor reviewed by
Ayush Saxena)
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 74943817b..73c2c889e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@
<dependency-maven-plugin.version>3.8.1</dependency-maven-plugin.version>
<spotbugs.version>4.9.3</spotbugs.version>
<spotbugs-maven-plugin.version>4.9.3.0</spotbugs-maven-plugin.version>
+ <spotbugs.plexus-velocity.version>2.3.0</spotbugs.plexus-velocity.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<guava.version>32.0.1-jre</guava.version>
<hadoop.version>3.4.2</hadoop.version>
@@ -1012,6 +1013,12 @@
<artifactId>spotbugs</artifactId>
<version>${spotbugs.version}</version>
</dependency>
+ <!-- Upgraded plexus-velocity is required by spotbugs since
TEZ-4669 -->
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-velocity</artifactId>
+ <version>${spotbugs.plexus-velocity.version}</version>
+ </dependency>
</dependencies>
<configuration>
<excludeFilterFile>${basedir}/findbugs-exclude.xml</excludeFilterFile>