[MNG-6597] add input location tracking for plugins configuration

add also xpp3-extended-writer directly in Maven core
This commit is contained in:
Hervé Boutemy 2019-02-21 23:36:27 +01:00
parent 4bec5502d5
commit 0b10fe75a5
2 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@ under the License.
<goal>xpp3-reader</goal>
<goal>xpp3-extended-reader</goal>
<goal>xpp3-writer</goal>
<goal>xpp3-extended-writer</goal>
</goals>
</execution>
</executions>

View File

@ -56,13 +56,13 @@ under the License.
<mockitoVersion>2.21.0</mockitoVersion>
<plexusVersion>1.7.1</plexusVersion>
<plexusInterpolationVersion>1.25</plexusInterpolationVersion>
<plexusUtilsVersion>3.1.0</plexusUtilsVersion>
<plexusUtilsVersion>3.2.0</plexusUtilsVersion>
<guiceVersion>4.2.1</guiceVersion>
<sisuInjectVersion>0.3.3</sisuInjectVersion>
<wagonVersion>3.3.2</wagonVersion>
<securityDispatcherVersion>1.4</securityDispatcherVersion>
<cipherVersion>1.7</cipherVersion>
<modelloVersion>1.9.1</modelloVersion>
<modelloVersion>1.10.0</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.3.1</resolverVersion>
<slf4jVersion>1.7.25</slf4jVersion>