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

Could com.offbytwo.jenkins:jenkins-client-it-docker:0.4.0-SNAPSHOT drop off redundant dependencies to loose weight? #484

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Celebrate-future
Copy link

@Celebrate-future Celebrate-future commented Jun 9, 2021

@khmarbaise Hi, I am a user of project com.offbytwo.jenkins:jenkins-client-it-docker:0.4.0-SNAPSHOT. I found that its pom file introduced 30 dependencies. However, among them, 12 libraries (40%) have not been used by your project (the redundant dependencies are listed below). Reduce these useless dependencies can help prevent conflicts between library versions. MeanWhile, it can minimize the total added size to projects. It can also help enable advanced scenarios for users of your package.
This PR helps com.offbytwo.jenkins:jenkins-client-it-docker:0.4.0-SNAPSHOT lose weight :) I have tested the revised configuration in my local environment. It is safe to remove the unused libraries.
Best regards

Redundant dependencies---

com.fasterxml.jackson.core:jackson-databind:jar:2.10.3:compile 
org.apache.commons:commons-lang3:jar:3.9:compile 
org.apache.httpcomponents:httpcore:jar:4.4.11:compile 
commons-io:commons-io:jar:2.4:compile 
org.apache.httpcomponents:httpmime:jar:4.5.8:compile 
org.dom4j:dom4j:jar:2.1.3:compile 
commons-lang:commons-lang:jar:2.5:compile 
com.fasterxml.jackson.core:jackson-core:jar:2.10.3:compile 
commons-logging:commons-logging:jar:1.2:compile 
jaxen:jaxen:jar:1.1.6:compile 

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

Successfully merging this pull request may close these issues.

1 participant