|
128 | 128 | <groupId>org.slf4j</groupId> |
129 | 129 | <artifactId>slf4j-log4j12</artifactId> |
130 | 130 | </exclusion> |
| 131 | + <exclusion> |
| 132 | + <groupId>commons-lang</groupId> |
| 133 | + <artifactId>commons-lang</artifactId> |
| 134 | + </exclusion> |
131 | 135 | <exclusion> |
132 | 136 | <groupId>commons-logging</groupId> |
133 | 137 | <artifactId>commons-logging</artifactId> |
|
396 | 400 | <groupId>com.sun.jersey</groupId> |
397 | 401 | <artifactId>jersey-client</artifactId> |
398 | 402 | </exclusion> |
| 403 | + <exclusion> |
| 404 | + <groupId>commons-lang</groupId> |
| 405 | + <artifactId>commons-lang</artifactId> |
| 406 | + </exclusion> |
399 | 407 | </exclusions> |
400 | 408 | </dependency> |
401 | 409 | <dependency> |
|
407 | 415 | <groupId>org.slf4j</groupId> |
408 | 416 | <artifactId>slf4j-log4j12</artifactId> |
409 | 417 | </exclusion> |
| 418 | + <exclusion> |
| 419 | + <groupId>commons-lang</groupId> |
| 420 | + <artifactId>commons-lang</artifactId> |
| 421 | + </exclusion> |
410 | 422 | <exclusion> |
411 | 423 | <groupId>commons-logging</groupId> |
412 | 424 | <artifactId>commons-logging</artifactId> |
|
422 | 434 | <groupId>org.slf4j</groupId> |
423 | 435 | <artifactId>slf4j-log4j12</artifactId> |
424 | 436 | </exclusion> |
| 437 | + <exclusion> |
| 438 | + <groupId>commons-lang</groupId> |
| 439 | + <artifactId>commons-lang</artifactId> |
| 440 | + </exclusion> |
425 | 441 | <exclusion> |
426 | 442 | <groupId>commons-logging</groupId> |
427 | 443 | <artifactId>commons-logging</artifactId> |
|
432 | 448 | <groupId>org.apache.tez</groupId> |
433 | 449 | <artifactId>tez-mapreduce</artifactId> |
434 | 450 | <scope>test</scope> |
| 451 | + <exclusions> |
| 452 | + <exclusion> |
| 453 | + <groupId>commons-lang</groupId> |
| 454 | + <artifactId>commons-lang</artifactId> |
| 455 | + </exclusion> |
| 456 | + </exclusions> |
435 | 457 | </dependency> |
436 | 458 | <dependency> |
437 | 459 | <groupId>org.apache.tez</groupId> |
|
442 | 464 | <groupId>org.slf4j</groupId> |
443 | 465 | <artifactId>slf4j-log4j12</artifactId> |
444 | 466 | </exclusion> |
| 467 | + <exclusion> |
| 468 | + <groupId>commons-lang</groupId> |
| 469 | + <artifactId>commons-lang</artifactId> |
| 470 | + </exclusion> |
445 | 471 | <exclusion> |
446 | 472 | <groupId>commons-logging</groupId> |
447 | 473 | <artifactId>commons-logging</artifactId> |
|
558 | 584 | </goals> |
559 | 585 | <configuration> |
560 | 586 | <rules> |
| 587 | + <bannedDependencies> |
| 588 | + <excludes> |
| 589 | + <exclude>commons-lang:commons-lang</exclude> |
| 590 | + </excludes> |
| 591 | + <searchTransitive>true</searchTransitive> |
| 592 | + <message>Banned commons-lang:commons-lang dependency/transitive dependency was found!</message> |
| 593 | + </bannedDependencies> |
561 | 594 | <bannedDependencies> |
562 | 595 | <excludes> |
563 | 596 | <exclude>org.junit.jupiter:junit-jupiter</exclude> |
|
0 commit comments