File tree Expand file tree Collapse file tree
src/test/java/org/apache/tez/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 10121012 <artifactId >spotbugs</artifactId >
10131013 <version >${spotbugs.version} </version >
10141014 </dependency >
1015+ <!-- Upgraded plexus-velocity is required by spotbugs since TEZ-4669 -->
1016+ <dependency >
1017+ <groupId >org.codehaus.plexus</groupId >
1018+ <artifactId >plexus-velocity</artifactId >
1019+ <version >2.3.0</version >
1020+ </dependency >
10151021 </dependencies >
10161022 <configuration >
10171023 <excludeFilterFile >${basedir} /findbugs-exclude.xml</excludeFilterFile >
Original file line number Diff line number Diff line change 2424 </parent >
2525 <artifactId >tez-api</artifactId >
2626
27+
2728 <properties >
2829 <maven .javadoc.skip>false</maven .javadoc.skip>
2930 </properties >
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ public class TestTezCommonUtils {
6060
6161 @ BeforeClass
6262 public static void setup () throws Exception {
63+ LOG .info ("HEY, THIS IS FOR SPOTBUGS, DON'T MERGE" );
6364 conf .set (TezConfiguration .TEZ_AM_STAGING_DIR , STAGE_DIR );
6465 LOG .info ("Starting mini clusters" );
6566 try {
You can’t perform that action at this time.
0 commit comments