opencsv 4.4 depends on commons-lang3 3.8.1 and also on commons-text 1.3 which depends on commons-lang3 3.7, causing a conflict. Downgrading to opencsv 4.3 fixes the problem.
I added dependencyConvergence to the maven-enforcer-plugin and reproduced
the conflict you are talking about. I have resolved it with dependency
management and it will go out in 4.5
Status: open Group: v1.0 (example) Created: Sat Mar 02, 2019 04:20 PM UTC by Sean R Owens Last Updated: Sat Mar 02, 2019 04:20 PM UTC Owner: Scott Conway Attachments:
opencsv 4.4 depends on commons-lang3 3.8.1 and also on commons-text 1.3
which depends on commons-lang3 3.7, causing a conflict. Downgrading to
opencsv 4.3 fixes the problem.
I added dependencyConvergence to the maven-enforcer-plugin and reproduced the conflict you are talking about. I have resolved it with dependency management and it will go out in 4.6
Last edit: Scott Conway 2019-03-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's great! Thanks!
On Sat, Mar 2, 2019, 11:13 PM Scott Conway sconway@users.sourceforge.net
wrote:
Related
Bugs:
#195I added dependencyConvergence to the maven-enforcer-plugin and reproduced the conflict you are talking about. I have resolved it with dependency management and it will go out in 4.6
Last edit: Scott Conway 2019-03-03
4.6 has been released.