mirror of https://github.com/apache/maven.git
[MNG-6506] [MNG-6543] Upgrade Plexus Classworlds to 2.6.0
Enable plugins that use the new JPMS Java 9 API to work in Java 9+
This commit is contained in:
parent
0be26449fb
commit
5306cd010e
2
pom.xml
2
pom.xml
|
@ -49,7 +49,7 @@ under the License.
|
|||
<maven.version>3.0.5</maven.version>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<classWorldsVersion>2.5.2</classWorldsVersion>
|
||||
<classWorldsVersion>2.6.0</classWorldsVersion>
|
||||
<commonsCliVersion>1.4</commonsCliVersion>
|
||||
<commonsLangVersion>3.8.1</commonsLangVersion>
|
||||
<junitVersion>4.12</junitVersion>
|
||||
|
|
Loading…
Reference in New Issue