Skip to content

Improve MAVEN build Performance#77

Open
ChenZhangg wants to merge 2 commits intoeldur:masterfrom
ChenZhangg:Modify_MAVEN_1
Open

Improve MAVEN build Performance#77
ChenZhangg wants to merge 2 commits intoeldur:masterfrom
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.
jwbf
{groupId='org.apache.httpcomponents', artifactId='fluent-hc', version='4.5.10', scope='compile'}
{groupId='org.jacoco:org.jacoco.agent', artifactId='jar', version='0.8.4', scope='test'}
{groupId='org.eclipse.jetty', artifactId='jetty-servlet', version='9.4.20.v20190813', scope='test'}
{groupId='org.hamcrest', artifactId='hamcrest-library', version='2.1', scope='test'}

According to Maven parallel test, we can run tests in parallel.

=====================
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.

2 participants