Jim Sellers created MJLINK-19:
---------------------------------
Summary: update plexus-java / asm so it will work on java 10.0.1
Key: MJLINK-19
URL: https://issues.apache.org/jira/browse/MJLINK-19
Project: Maven JLink Plugin
Issue Type: Improvement
Affects Versions: 3.0.0-alpha-2
Reporter: Jim Sellers
To get it to work on mac / java 10, I had to bump up asm 6.2. This is similar
to MCOMPILER-342
plexus-java 0.9.10 uses asm 6.2 transitively.
I'm not sure if some versions are being held back for compatibility reasons
(like maven core) but here's what's out of date.
{code:title=versions:display-dependency-updates}
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] org.apache.commons:commons-lang3 .......................... 3.6 -> 3.7
[INFO] org.apache.maven:maven-core ............................. 3.0 -> 3.5.4
[INFO] org.apache.maven:maven-plugin-api ....................... 3.0 -> 3.5.4
[INFO] org.assertj:assertj-core ............................. 1.7.1 -> 3.10.0
[INFO] org.codehaus.plexus:plexus-archiver ..................... 3.5 -> 3.6.0
[INFO] org.codehaus.plexus:plexus-java ...................... 0.9.7 -> 0.9.10
[INFO] org.mockito:mockito-core ........................... 1.10.19 -> 2.19.0
[INFO]
[INFO] artifact org.apache.maven.shared:maven-shared-resources: checking for
updates from central
[INFO] No dependencies in pluginManagement of plugins have newer versions.
[INFO]
[INFO] artifact org.codehaus.mojo:extra-enforcer-rules: checking for updates
from central
[INFO] The following dependencies in Plugin Dependencies have newer versions:
[INFO] org.codehaus.mojo:extra-enforcer-rules ...... 1.0-beta-7 -> 1.0-beta-9
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)