intuit / QuickBooks-V3-Java-SDK

Java SDK for QuickBooks REST API v3 services
Apache License 2.0
66 stars 144 forks source link

Excluding commons-beanutils-core from commons-collections dependency #204

Open akki-pesit opened 1 year ago

akki-pesit commented 1 year ago

Solution for issue: Exclude the wrong library #201

My initial investigation of the dependency tree shows that commons-configuration library used commons-beanutils-core:

[INFO] +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.4:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  +- commons-digester:commons-digester:jar:1.8:compile
[INFO] |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile

Hence excluding commons-beanutils-core from the same.

kamiltrantvananh commented 11 months ago

Hi. Please merge this PR (and also other PRs with dependency upgrade) and release new version.