I\'m struggling with how to approach jar dependency hell. I have a Maven-IntelliJ Scala project that uses some aws sdk\'s. Recently adding the kinesis sdk has introduced inc
Use Maven Helper plugin to easily resolve all conflict by excluding old versions of dependencies.