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

Improve MAVEN build Performance #202

Open
wants to merge 1 commit into
base: 1.0.X
Choose a base branch
from

Conversation

ChenZhangg
Copy link

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them.
hipster-pom
hipster-core
hipster-third-party-graphs
{groupId='net.sf.jung', artifactId='jung-graph-impl'}
{groupId='net.sf.jung', artifactId='jung-algorithms'}
{groupId='net.sf.jung', artifactId='jung-io'}
hipster-examples
{groupId='es.usc.citius.hipster', artifactId='hipster-third-party-graphs'}
hipster-test
hipster-all
{groupId='es.usc.citius.hipster', artifactId='hipster-core'}
{groupId='es.usc.citius.hipster', artifactId='hipster-examples'}
{groupId='es.usc.citius.hipster', artifactId='hipster-test'}
{groupId='junit', artifactId='junit'}
hipster-extensions
{groupId='es.usc.citius.hipster', artifactId='hipster-third-party-graphs'}
{groupId='com.google.code.findbugs', artifactId='jsr305'}

=====================
If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

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.

None yet

1 participant