[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:
Sylwester Lachiewicz 2018-12-29 15:23:17 +01:00
parent 0be26449fb
commit 5306cd010e
1 changed files with 1 additions and 1 deletions

View File

@ -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>