Skip to content

Improve MAVEN build Performance#202

Open
ChenZhangg wants to merge 1 commit intocitiususc:1.0.Xfrom
ChenZhangg:Modify_MAVEN_1
Open

Improve MAVEN build Performance#202
ChenZhangg wants to merge 1 commit intocitiususc:1.0.Xfrom
ChenZhangg:Modify_MAVEN_1

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

1 participant