Hello everybody,

commons-text currently depends on commons-lang. This dependency is included into the jar via the maven shade plugin.

Only two methods from lang are really needed:

StringUtils#containsAny

StringUtils#containsNone

As dependencies should be minimized I'm not sure if adding a dependency for two methods (less than 60 lines of code) is a good idea.

What do you think?

-Pascal

P.S.: I have created a pull request: https://github.com/apache/commons-text/pull/18/files to demonstrate the changes necessary for the removal.







---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to