-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-javaJava BindingsJava BindingsI-enhancementSomething could be betterSomething could be better
Description
Description
With #12898 and the followup 5335f24 it seems like no code uses Apache Commons Exec anymore, so the dependency on it could maybe be removed?
| artifact("org.apache.commons:commons-exec"), |
It currently seems to be the only Apache Commons dependency in Selenium, so would be nice to trim it away if there are no immediate plans to use it.
Have you considered any alternatives or workarounds?
A workaround is to manually exclude the dependency on org.apache.commons:commons-exec if consuming Selenium as a library, or to manually remove the commons-exec-1.6.0.jar if downloading Selenium as an archive.
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-javaJava BindingsJava BindingsI-enhancementSomething could be betterSomething could be better