Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
3.1.0
Description
Class file of major version 55 (Java 11) is not yet supported by Maven Dependency Plugin. So when running command mvn dependency:analysis on classes created by Java 11, il failed. See log.txt for the full log trace.
This is caused by ASM, which does not support major version 55 (Java 11) yet. However, their HEAD contains already the solution, so using the SNAPSHOT version will work. This support will be included in the next release 6.2.
Attachments
Attachments
Issue Links
- depends upon
-
MSHARED-770 Upgrade org.ow2.asm:asm to 7.0
- Closed
- links to