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 #115

Open
wants to merge 1 commit into
base: master
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.
rdfunit-parent
rdfunit-commons
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-core'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
{groupId='org.assertj', artifactId='assertj-core'}
rdfunit-io
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-cache-h2'}
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-resources'}
{groupId='org.semarglproject', artifactId='semargl-jena'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
rdfunit-manual-tests
rdfunit-model
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
{groupId='org.mockito', artifactId='mockito-all'}
rdfunit-core
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-resources'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
rdfunit-validate
{groupId='org.aksw.rdfunit', artifactId='rdfunit-manual-tests'}
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-core'}
{groupId='org.apache.jena', artifactId='jena-arq'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
{groupId='org.assertj', artifactId='assertj-core'}
rdfunit-junit
rdfunit-examples
{groupId='org.aksw.rdfunit', artifactId='rdfunit-manual-tests'}
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-core'}
{groupId='org.apache.jena', artifactId='jena-arq'}
{groupId='org.slf4j', artifactId='slf4j-api'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}
{groupId='org.mockito', artifactId='mockito-all'}
{groupId='org.assertj', artifactId='assertj-core'}
rdfunit-w3c-dqv
{groupId='org.aksw.jena-sparql-api', artifactId='jena-sparql-api-core'}
{groupId='org.apache.jena', artifactId='jena-arq'}
{groupId='com.google.guava', artifactId='guava'}
{groupId='org.slf4j', artifactId='slf4j-api'}
{groupId='org.slf4j', artifactId='slf4j-log4j12'}

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

@k00ni
Copy link
Member

k00ni commented Apr 13, 2022

What is the status on this?

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

2 participants