[MNG-6671] Upgrade Modello to 1.11

This commit is contained in:
Stefan Oehme 2019-04-10 15:21:26 +02:00 committed by Michael Osipov
parent 92b5191726
commit 8f1cac0b1c
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,7 @@ package org.apache.maven.model.interpolation;
* under the License.
*/
import org.apache.maven.model.InputLocation;
import org.apache.maven.model.Model;
import org.apache.maven.model.building.ModelBuildingRequest;
import org.apache.maven.model.building.ModelProblem.Severity;
@ -219,6 +220,10 @@ public class StringSearchModelInterpolator
{
return false;
}
if ( InputLocation.class.equals( fieldType ) )
{
return false;
}
//noinspection SimplifiableIfStatement
if ( fieldType.isPrimitive() )

View File

@ -62,7 +62,7 @@ under the License.
<wagonVersion>3.3.2</wagonVersion>
<securityDispatcherVersion>1.4</securityDispatcherVersion>
<cipherVersion>1.7</cipherVersion>
<modelloVersion>1.10.0</modelloVersion>
<modelloVersion>1.11</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.3.3</resolverVersion>
<slf4jVersion>1.7.25</slf4jVersion>