Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform Dependency Versions #2

Open
sdcote opened this issue Oct 29, 2020 · 0 comments
Open

Uniform Dependency Versions #2

sdcote opened this issue Oct 29, 2020 · 0 comments

Comments

@sdcote
Copy link
Owner

sdcote commented Oct 29, 2020

In creating a base Docker image, it was noticed that we have multiple versions of the same library. For example:

  • slf4j-api-1.7.21.jar & slf4j-api-1.7.7.jar
  • commons-net-3.3.jar& commons-net-3.6.jar

There are also several unnecessary files (like Selenium APIs) that do not belong in the base image and may not be necessary for the project.

Go through all the JARs in the base image and find duplicates and remove them.
Remove Selenium (and related) libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant