Skip to content

Commit e841c92

Browse files
committed
TEZ-4669: Spotbugs fails in precommit
1 parent 1fc0035 commit e841c92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,12 @@
10121012
<artifactId>spotbugs</artifactId>
10131013
<version>${spotbugs.version}</version>
10141014
</dependency>
1015+
<!-- Upgraded sisu-inject-plexus is required by spotbugs since TEZ-4669 -->
1016+
<dependency>
1017+
<groupId>org.sonatype.sisu</groupId>
1018+
<artifactId>sisu-inject-plexus</artifactId>
1019+
<version>2.6.0</version>
1020+
</dependency>
10151021
</dependencies>
10161022
<configuration>
10171023
<excludeFilterFile>${basedir}/findbugs-exclude.xml</excludeFilterFile>

0 commit comments

Comments
 (0)