ayushtkn commented on code in PR #457:
URL: https://github.com/apache/tez/pull/457#discussion_r2737128918
##########
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:
Can you define it as a variable and use, all other dependencies have defined
variable, I think we did that explicitly in some patch in past to define
variable
--
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]