Y
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
sitkack
2104 days ago
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/
link
http://maven.apache.org/plugins/maven-shade-plugin/