|
1444 | 1444 | <groupId>org.apache.httpcomponents</groupId> |
1445 | 1445 | <artifactId>httpclient</artifactId> |
1446 | 1446 | <version>${httpclient.version}</version> |
| 1447 | + <exclusions> |
| 1448 | + <exclusion> |
| 1449 | + <groupId>commons-logging</groupId> |
| 1450 | + <artifactId>commons-logging</artifactId> |
| 1451 | + </exclusion> |
| 1452 | + </exclusions> |
1447 | 1453 | </dependency> |
1448 | 1454 | <dependency> |
1449 | 1455 | <groupId>org.apache.httpcomponents</groupId> |
|
1459 | 1465 | <groupId>commons-validator</groupId> |
1460 | 1466 | <artifactId>commons-validator</artifactId> |
1461 | 1467 | <version>${commons-validator.version}</version> |
| 1468 | + <exclusions> |
| 1469 | + <exclusion> |
| 1470 | + <groupId>commons-logging</groupId> |
| 1471 | + <artifactId>commons-logging</artifactId> |
| 1472 | + </exclusion> |
| 1473 | + </exclusions> |
1462 | 1474 | </dependency> |
1463 | 1475 | <dependency> |
1464 | 1476 | <groupId>commons-io</groupId> |
|
1480 | 1492 | <artifactId>commons-cli</artifactId> |
1481 | 1493 | <version>${commons-cli.version}</version> |
1482 | 1494 | </dependency> |
1483 | | - <dependency> |
1484 | | - <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's |
1485 | | - HBaseTestingUtil. |
1486 | | - --> |
1487 | | - <groupId>commons-logging</groupId> |
1488 | | - <artifactId>commons-logging</artifactId> |
1489 | | - <version>1.2</version> |
1490 | | - </dependency> |
1491 | 1495 | <dependency> |
1492 | 1496 | <groupId>org.apache.zookeeper</groupId> |
1493 | 1497 | <artifactId>zookeeper</artifactId> |
|
2381 | 2385 | <excludes> |
2382 | 2386 | <exclude>commons-logging:commons-logging</exclude> |
2383 | 2387 | </excludes> |
2384 | | - <message>We don't use commons-logging any more, so do not depend on it directly.</message> |
2385 | | - <searchTransitive>false</searchTransitive> |
| 2388 | + <message>We don't use commons-logging any more, so do not depend on it directly. We are also using jcl-over-slf4j for libraries so exclude any transitive commons-logging dependencies.</message> |
2386 | 2389 | </bannedDependencies> |
2387 | 2390 | </rules> |
2388 | 2391 | </configuration> |
|
3723 | 3726 | <groupId>org.openlabtesting.leveldbjni</groupId> |
3724 | 3727 | <artifactId>leveldbjni-all</artifactId> |
3725 | 3728 | </exclusion> |
| 3729 | + <exclusion> |
| 3730 | + <groupId>commons-logging</groupId> |
| 3731 | + <artifactId>commons-logging</artifactId> |
| 3732 | + </exclusion> |
3726 | 3733 | </exclusions> |
3727 | 3734 | </dependency> |
3728 | 3735 | <dependency> |
|
3776 | 3783 | <groupId>org.slf4j</groupId> |
3777 | 3784 | <artifactId>slf4j-reload4j</artifactId> |
3778 | 3785 | </exclusion> |
| 3786 | + <exclusion> |
| 3787 | + <groupId>commons-logging</groupId> |
| 3788 | + <artifactId>commons-logging</artifactId> |
| 3789 | + </exclusion> |
3779 | 3790 | </exclusions> |
3780 | 3791 | </dependency> |
3781 | 3792 | <dependency> |
|
3878 | 3889 | <groupId>org.slf4j</groupId> |
3879 | 3890 | <artifactId>slf4j-reload4j</artifactId> |
3880 | 3891 | </exclusion> |
| 3892 | + <exclusion> |
| 3893 | + <groupId>commons-logging</groupId> |
| 3894 | + <artifactId>commons-logging</artifactId> |
| 3895 | + </exclusion> |
3881 | 3896 | <exclusion> |
3882 | 3897 | <groupId>org.bouncycastle</groupId> |
3883 | 3898 | <artifactId>bcprov-jdk15on</artifactId> |
|
3939 | 3954 | <groupId>javax.ws.rs</groupId> |
3940 | 3955 | <artifactId>jsr311-api</artifactId> |
3941 | 3956 | </exclusion> |
| 3957 | + <exclusion> |
| 3958 | + <groupId>commons-logging</groupId> |
| 3959 | + <artifactId>commons-logging</artifactId> |
| 3960 | + </exclusion> |
3942 | 3961 | <exclusion> |
3943 | 3962 | <groupId>org.bouncycastle</groupId> |
3944 | 3963 | <artifactId>bcprov-jdk15on</artifactId> |
|
4020 | 4039 | <groupId>org.bouncycastle</groupId> |
4021 | 4040 | <artifactId>bcpkix-jdk15on</artifactId> |
4022 | 4041 | </exclusion> |
| 4042 | + <exclusion> |
| 4043 | + <groupId>commons-logging</groupId> |
| 4044 | + <artifactId>commons-logging</artifactId> |
| 4045 | + </exclusion> |
4023 | 4046 | </exclusions> |
4024 | 4047 | </dependency> |
4025 | 4048 | <!-- |
|
0 commit comments