File tree Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 372
372
<artifactId >junit-interface</artifactId >
373
373
<scope >test</scope >
374
374
</dependency >
375
- <!--
376
- Hack to exclude org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:tests.
377
- For some reasons, SBT starts to pull the dependencies of 'hadoop-yarn-server-tests' above
378
- with 'tests' classifier after upgrading SBT 1.3 (SPARK-21708). Otherwise, some tests might
379
- fail, see also SPARK-33104.
380
- -->
381
- <dependency >
382
- <groupId >org.apache.hadoop</groupId >
383
- <artifactId >hadoop-yarn-server-resourcemanager</artifactId >
384
- <version >${yarn.version} </version >
385
- <scope >test</scope >
386
- </dependency >
387
375
</dependencies >
388
376
<dependencyManagement >
389
377
<dependencies >
1417
1405
</exclusion >
1418
1406
</exclusions >
1419
1407
</dependency >
1408
+ <!--
1409
+ Hack to exclude org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:tests.
1410
+ For some reasons, SBT starts to pull the dependencies of 'hadoop-yarn-server-tests' above
1411
+ with 'tests' classifier after upgrading SBT 1.3 (SPARK-21708). Otherwise, some tests might
1412
+ fail, see also SPARK-33104.
1413
+ -->
1414
+ <dependency >
1415
+ <groupId >org.apache.hadoop</groupId >
1416
+ <artifactId >hadoop-yarn-server-resourcemanager</artifactId >
1417
+ <version >${yarn.version} </version >
1418
+ <scope >test</scope >
1419
+ </dependency >
1420
1420
<dependency >
1421
1421
<groupId >org.apache.hadoop</groupId >
1422
1422
<artifactId >hadoop-yarn-server-web-proxy</artifactId >
Original file line number Diff line number Diff line change 65
65
<classifier >tests</classifier >
66
66
<scope >test</scope >
67
67
</dependency >
68
+ <!--
69
+ Hack to exclude org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:tests.
70
+ See the parent pom.xml for more details.
71
+ -->
72
+ <dependency >
73
+ <groupId >org.apache.hadoop</groupId >
74
+ <artifactId >hadoop-yarn-server-resourcemanager</artifactId >
75
+ <scope >test</scope >
76
+ </dependency >
68
77
</dependencies >
69
78
</profile >
70
79
</profiles >
You can’t perform that action at this time.
0 commit comments