slawekjaranowski commented on code in PR #214:
URL: https://github.com/apache/maven-enforcer/pull/214#discussion_r1059488879


##########
enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/BannedDependenciesBase.java:
##########
@@ -20,12 +20,12 @@
 
 import java.util.List;
 
-import org.apache.commons.lang3.StringUtils;
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.enforcer.rule.api.EnforcerRuleException;
 import org.apache.maven.enforcer.rule.api.EnforcerRuleHelper;
 import org.apache.maven.execution.MavenSession;
 import org.apache.maven.plugins.enforcer.utils.ArtifactUtils;
+import org.apache.maven.shared.utils.StringUtils;

Review Comment:
   Why change commons-lang to Maven shared?
   Even more I would to like remove Maven shared from dependencies in the 
future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to