Skip to content

Commit

Permalink
Resolves #906: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk authored and slachiewicz committed Jan 24, 2023
1 parent e621222 commit 293206e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ protected void validateInput() throws MojoExecutionException {
validateGAVList(dependencyIncludes, 6, "dependencyIncludes");
validateGAVList(dependencyExcludes, 6, "dependencyExcludes");
validateGAVList(dependencyManagementIncludes, 6, "dependencyManagementIncludes");
validateGAVList(dependencyManagementIncludes, 6, "dependencyManagementExcludes");
validateGAVList(dependencyManagementExcludes, 6, "dependencyManagementExcludes");
validateGAVList(pluginDependencyIncludes, 3, "pluginDependencyIncludes");
validateGAVList(pluginDependencyExcludes, 3, "pluginDependencyExcludes");
validateGAVList(pluginManagementDependencyIncludes, 3, "pluginManagementDependencyIncludes");
Expand Down

0 comments on commit 293206e

Please sign in to comment.