Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
abstract war project has transitive dependency on log4j-1.2.14
child war project has transitive dependency on log4j-1.2.12
I would expect that the resultant war would include only log4j-1.2.14, however, both versions are present.
Obviously this is not just an issue with log4j. Any dependency with different versions in the base war and child war end up with both versions present in the war built for the child.
Issue Links
- duplicates
-
MWAR-33
jars with differents versions can be in WEB-INF/lib with war as dependencies
-
duplicate MWAR-33