Skip to content

[🚀 Feature]: [java] Remove dependency on Apache Commons Exec? #16863

@msternermxy

Description

@msternermxy

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

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!C-javaJava BindingsI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions