abstractdog commented on code in PR #457:
URL: https://github.com/apache/tez/pull/457#discussion_r2737141336
##########
pom.xml:
##########
@@ -1012,6 +1012,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>2.3.0</version>
Review Comment:
hm, I was hesitating to do that: it's just a workaround that ideally should
go away with a spotbugs upgrade, does it "deserve" a main property?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]