giladam / ListMatch

Java Library for email denylist/allowlist matching. But I think it can be used for ip ranges and urls, and stuff like that, too.
MIT License
7 stars 2 forks source link

Remove requirement for commons-lang3 dependency #1

Open giladam opened 9 years ago

giladam commented 9 years ago

I think the commons-lang3 dependency should be removed since nothing other than some simple string operations is being provided by it. It would be better to not require commons-lang.

guykisel commented 9 years ago

:+1: