ayushtkn commented on code in PR #457:
URL: https://github.com/apache/tez/pull/457#discussion_r2737381878


##########
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:
   I would say lets keep the code in sync, once we upgrade and it is no longer 
required we can drop it like a normal dependency, it is just one more line to 
rollback and keep the code in sync



-- 
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]

Reply via email to