I have more information on this. The dependencies of war A as defined by
its deployed pom are:
com.issinc.cdf.server
cdf-rest-services
${project.version}
runtime
com.issinc.cdf.sdk
cdf-internal
In my project I'm dependent on war A that is created by a different group
so I have no control over the versions of jars in that war. My project
uses that war as an overlay (e.g. as my starting point) and I'm creating
war B, however my project has different version of some of the jars in that
war.
> I have a war overlay I want to use in my war but need to specify a
> different jar version in my final war or remove some unused jars.
> Shouldn't dependencyManagement work for both of these cases? What's the
> approach to handle these two cases?
To be clear, are you saying that you want to co
I have a war overlay I want to use in my war but need to specify a
different jar version in my final war or remove some unused jars.
Shouldn't dependencyManagement work for both of these cases? What's the
approach to handle these two cases?