mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
Revert "Modello changes"
They weren't properly squashed and worded. This reverts commit 5035837094115f31f86d8ddf0a8dace7b1fa52bc. This reverts commit 8aaeb8adf570e88bf38298a8a9349372d7d53161.
This commit is contained in:
parent
5035837094
commit
92b5191726
@ -19,7 +19,6 @@
|
||||
* 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;
|
||||
@ -220,10 +219,6 @@ private boolean isQualifiedForInterpolation( Field field, Class<?> fieldType )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if ( InputLocation.class.equals( fieldType ) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
//noinspection SimplifiableIfStatement
|
||||
if ( fieldType.isPrimitive() )
|
||||
|
2
pom.xml
2
pom.xml
@ -62,7 +62,7 @@ under the License.
|
||||
<wagonVersion>3.3.2</wagonVersion>
|
||||
<securityDispatcherVersion>1.4</securityDispatcherVersion>
|
||||
<cipherVersion>1.7</cipherVersion>
|
||||
<modelloVersion>1.11</modelloVersion>
|
||||
<modelloVersion>1.10.0</modelloVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
<resolverVersion>1.3.3</resolverVersion>
|
||||
<slf4jVersion>1.7.25</slf4jVersion>
|
||||
|
Loading…
x
Reference in New Issue
Block a user