mirror of https://github.com/apache/maven.git
Fix typo in validation message
This commit is contained in:
parent
0456c7c629
commit
808884a85d
|
@ -78,7 +78,7 @@ public class DefaultDependencyManagementImporter implements DependencyManagement
|
|||
Severity.WARNING,
|
||||
Version.V40,
|
||||
"Ignored POM import for: " + toString(dependency) + " as already imported "
|
||||
+ toString(present) + ". Add a the conflicting managed dependency directly "
|
||||
+ toString(present) + ". Add the conflicting managed dependency directly "
|
||||
+ "to the dependencyManagement section of the POM.");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@ public class DefaultDependencyManagementImporter implements DependencyManagement
|
|||
problems.add(new ModelProblemCollectorRequest(
|
||||
ModelProblem.Severity.WARNING, ModelProblem.Version.V40)
|
||||
.setMessage("Ignored POM import for: " + toString(dependency) + " as already imported "
|
||||
+ toString(present) + ". Add a the conflicting managed dependency directly "
|
||||
+ toString(present) + ". Add the conflicting managed dependency directly "
|
||||
+ "to the dependencyManagement section of the POM."));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue