Hacker News new | ask | show | jobs
by saturn_vk 2104 days ago
I'm not aware of maven allowing me to use multiple major-version libraries in the same package.
1 comments

You can shade a dependency, which can with the requisite budget in frustration allow for importing a library with multiple versions in the same program.

http://maven.apache.org/plugins/maven-shade-plugin/