|
1210 | 1210 | <groupId>org.apache.httpcomponents</groupId> |
1211 | 1211 | <artifactId>httpclient</artifactId> |
1212 | 1212 | <version>${httpclient.version}</version> |
| 1213 | + <exclusions> |
| 1214 | + <exclusion> |
| 1215 | + <groupId>commons-logging</groupId> |
| 1216 | + <artifactId>commons-logging</artifactId> |
| 1217 | + </exclusion> |
| 1218 | + </exclusions> |
1213 | 1219 | </dependency> |
1214 | 1220 | <dependency> |
1215 | 1221 | <groupId>org.apache.httpcomponents</groupId> |
|
1221 | 1227 | <artifactId>commons-codec</artifactId> |
1222 | 1228 | <version>${commons-codec.version}</version> |
1223 | 1229 | </dependency> |
| 1230 | + <dependency> |
| 1231 | + <groupId>commons-validator</groupId> |
| 1232 | + <artifactId>commons-validator</artifactId> |
| 1233 | + <version>${commons-validator.version}</version> |
| 1234 | + <exclusions> |
| 1235 | + <exclusion> |
| 1236 | + <groupId>commons-logging</groupId> |
| 1237 | + <artifactId>commons-logging</artifactId> |
| 1238 | + </exclusion> |
| 1239 | + </exclusions> |
| 1240 | + </dependency> |
1224 | 1241 | <dependency> |
1225 | 1242 | <groupId>commons-io</groupId> |
1226 | 1243 | <artifactId>commons-io</artifactId> |
|
1241 | 1258 | <artifactId>commons-cli</artifactId> |
1242 | 1259 | <version>${commons-cli.version}</version> |
1243 | 1260 | </dependency> |
1244 | | - <dependency> |
1245 | | - <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's |
1246 | | - HBaseTestingUtil. |
1247 | | - --> |
1248 | | - <groupId>commons-logging</groupId> |
1249 | | - <artifactId>commons-logging</artifactId> |
1250 | | - <version>1.2</version> |
1251 | | - </dependency> |
1252 | 1261 | <dependency> |
1253 | 1262 | <groupId>org.apache.zookeeper</groupId> |
1254 | 1263 | <artifactId>zookeeper</artifactId> |
|
2155 | 2164 | <excludes> |
2156 | 2165 | <exclude>commons-logging:commons-logging</exclude> |
2157 | 2166 | </excludes> |
2158 | | - <message>We don't use commons-logging any more, so do not depend on it directly.</message> |
2159 | | - <searchTransitive>false</searchTransitive> |
| 2167 | + <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> |
2160 | 2168 | </bannedDependencies> |
2161 | 2169 | </rules> |
2162 | 2170 | </configuration> |
|
3419 | 3427 | <groupId>org.slf4j</groupId> |
3420 | 3428 | <artifactId>slf4j-reload4j</artifactId> |
3421 | 3429 | </exclusion> |
| 3430 | + <exclusion> |
| 3431 | + <groupId>commons-logging</groupId> |
| 3432 | + <artifactId>commons-logging</artifactId> |
| 3433 | + </exclusion> |
3422 | 3434 | </exclusions> |
3423 | 3435 | </dependency> |
3424 | 3436 | <dependency> |
|
3470 | 3482 | <groupId>com.codahale.metrics</groupId> |
3471 | 3483 | <artifactId>metrics-core</artifactId> |
3472 | 3484 | </exclusion> |
| 3485 | + <exclusion> |
| 3486 | + <groupId>commons-logging</groupId> |
| 3487 | + <artifactId>commons-logging</artifactId> |
| 3488 | + </exclusion> |
3473 | 3489 | </exclusions> |
3474 | 3490 | </dependency> |
3475 | 3491 | <dependency> |
|
3507 | 3523 | <groupId>com.codahale.metrics</groupId> |
3508 | 3524 | <artifactId>metrics-core</artifactId> |
3509 | 3525 | </exclusion> |
| 3526 | + <exclusion> |
| 3527 | + <groupId>commons-logging</groupId> |
| 3528 | + <artifactId>commons-logging</artifactId> |
| 3529 | + </exclusion> |
3510 | 3530 | </exclusions> |
3511 | 3531 | </dependency> |
3512 | 3532 | <dependency> |
|
3563 | 3583 | <groupId>com.codahale.metrics</groupId> |
3564 | 3584 | <artifactId>metrics-core</artifactId> |
3565 | 3585 | </exclusion> |
| 3586 | + <exclusion> |
| 3587 | + <groupId>commons-logging</groupId> |
| 3588 | + <artifactId>commons-logging</artifactId> |
| 3589 | + </exclusion> |
3566 | 3590 | </exclusions> |
3567 | 3591 | </dependency> |
3568 | 3592 | <dependency> |
|
3618 | 3642 | <groupId>org.slf4j</groupId> |
3619 | 3643 | <artifactId>slf4j-reload4j</artifactId> |
3620 | 3644 | </exclusion> |
| 3645 | + <exclusion> |
| 3646 | + <groupId>commons-logging</groupId> |
| 3647 | + <artifactId>commons-logging</artifactId> |
| 3648 | + </exclusion> |
3621 | 3649 | </exclusions> |
3622 | 3650 | </dependency> |
3623 | 3651 | <dependency> |
|
3675 | 3703 | <groupId>org.slf4j</groupId> |
3676 | 3704 | <artifactId>slf4j-reload4j</artifactId> |
3677 | 3705 | </exclusion> |
| 3706 | + <exclusion> |
| 3707 | + <groupId>commons-logging</groupId> |
| 3708 | + <artifactId>commons-logging</artifactId> |
| 3709 | + </exclusion> |
3678 | 3710 | </exclusions> |
3679 | 3711 | </dependency> |
3680 | 3712 | <dependency> |
|
3773 | 3805 | <groupId>org.slf4j</groupId> |
3774 | 3806 | <artifactId>slf4j-reload4j</artifactId> |
3775 | 3807 | </exclusion> |
| 3808 | + <exclusion> |
| 3809 | + <groupId>commons-logging</groupId> |
| 3810 | + <artifactId>commons-logging</artifactId> |
| 3811 | + </exclusion> |
3776 | 3812 | </exclusions> |
3777 | 3813 | </dependency> |
3778 | 3814 | <dependency> |
|
3838 | 3874 | <groupId>org.slf4j</groupId> |
3839 | 3875 | <artifactId>slf4j-reload4j</artifactId> |
3840 | 3876 | </exclusion> |
| 3877 | + <exclusion> |
| 3878 | + <groupId>commons-logging</groupId> |
| 3879 | + <artifactId>commons-logging</artifactId> |
| 3880 | + </exclusion> |
3841 | 3881 | </exclusions> |
3842 | 3882 | </dependency> |
3843 | 3883 | <dependency> |
|
3871 | 3911 | <groupId>org.slf4j</groupId> |
3872 | 3912 | <artifactId>slf4j-reload4j</artifactId> |
3873 | 3913 | </exclusion> |
| 3914 | + <exclusion> |
| 3915 | + <groupId>commons-logging</groupId> |
| 3916 | + <artifactId>commons-logging</artifactId> |
| 3917 | + </exclusion> |
3874 | 3918 | </exclusions> |
3875 | 3919 | </dependency> |
3876 | 3920 | <!-- This was marked as test dep in earlier pom, but was scoped compile. |
|
3932 | 3976 | <groupId>com.codahale.metrics</groupId> |
3933 | 3977 | <artifactId>metrics-core</artifactId> |
3934 | 3978 | </exclusion> |
| 3979 | + <exclusion> |
| 3980 | + <groupId>commons-logging</groupId> |
| 3981 | + <artifactId>commons-logging</artifactId> |
| 3982 | + </exclusion> |
3935 | 3983 | </exclusions> |
3936 | 3984 | </dependency> |
3937 | 3985 | <dependency> |
|
4264 | 4312 | <groupId>org.openlabtesting.leveldbjni</groupId> |
4265 | 4313 | <artifactId>leveldbjni-all</artifactId> |
4266 | 4314 | </exclusion> |
| 4315 | + <exclusion> |
| 4316 | + <groupId>commons-logging</groupId> |
| 4317 | + <artifactId>commons-logging</artifactId> |
| 4318 | + </exclusion> |
4267 | 4319 | </exclusions> |
4268 | 4320 | </dependency> |
4269 | 4321 | <dependency> |
|
4317 | 4369 | <groupId>org.slf4j</groupId> |
4318 | 4370 | <artifactId>slf4j-reload4j</artifactId> |
4319 | 4371 | </exclusion> |
| 4372 | + <exclusion> |
| 4373 | + <groupId>commons-logging</groupId> |
| 4374 | + <artifactId>commons-logging</artifactId> |
| 4375 | + </exclusion> |
4320 | 4376 | </exclusions> |
4321 | 4377 | </dependency> |
4322 | 4378 | <dependency> |
|
4419 | 4475 | <groupId>org.slf4j</groupId> |
4420 | 4476 | <artifactId>slf4j-reload4j</artifactId> |
4421 | 4477 | </exclusion> |
| 4478 | + <exclusion> |
| 4479 | + <groupId>commons-logging</groupId> |
| 4480 | + <artifactId>commons-logging</artifactId> |
| 4481 | + </exclusion> |
4422 | 4482 | <exclusion> |
4423 | 4483 | <groupId>org.bouncycastle</groupId> |
4424 | 4484 | <artifactId>bcprov-jdk15on</artifactId> |
|
4513 | 4573 | <groupId>javax.ws.rs</groupId> |
4514 | 4574 | <artifactId>jsr311-api</artifactId> |
4515 | 4575 | </exclusion> |
| 4576 | + <exclusion> |
| 4577 | + <groupId>commons-logging</groupId> |
| 4578 | + <artifactId>commons-logging</artifactId> |
| 4579 | + </exclusion> |
4516 | 4580 | <exclusion> |
4517 | 4581 | <groupId>org.bouncycastle</groupId> |
4518 | 4582 | <artifactId>bcprov-jdk15on</artifactId> |
|
4592 | 4656 | <groupId>org.bouncycastle</groupId> |
4593 | 4657 | <artifactId>bcpkix-jdk15on</artifactId> |
4594 | 4658 | </exclusion> |
| 4659 | + <exclusion> |
| 4660 | + <groupId>commons-logging</groupId> |
| 4661 | + <artifactId>commons-logging</artifactId> |
| 4662 | + </exclusion> |
4595 | 4663 | </exclusions> |
4596 | 4664 | </dependency> |
4597 | 4665 | <dependency> |
|
0 commit comments