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

Draft
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.
stevia-core
{groupId='xml-apis', artifactId='xml-apis'}
{groupId='org.jsoup', artifactId='jsoup'}
{groupId='us.codecraft', artifactId='xsoup'}
{groupId='sshtools', artifactId='j2ssh-core'}
{groupId='com.hierynomus', artifactId='sshj'}
{groupId='org.uncommons', artifactId='reportng'}
{groupId='velocity', artifactId='velocity'}
{groupId='com.google.inject', artifactId='guice'}
{groupId='org.seleniumhq.selenium', artifactId='selenium-java'}
{groupId='org.seleniumhq.selenium', artifactId='selenium-support'}
{groupId='javax.annotation', artifactId='javax.annotation-api'}
{groupId='joda-time', artifactId='joda-time'}
{groupId='org.springframework', artifactId='spring-expression'}
{groupId='org.springframework', artifactId='spring-aop'}
{groupId='org.springframework', artifactId='spring-context-support'}
{groupId='org.springframework', artifactId='spring-tx'}
{groupId='org.springframework', artifactId='spring-jdbc'}
{groupId='org.aspectj', artifactId='aspectjrt'}
{groupId='org.aspectj', artifactId='aspectjweaver'}
{groupId='org.springframework', artifactId='spring-instrument'}
{groupId='ch.qos.logback', artifactId='logback-classic'}
{groupId='org.fusesource.mqtt-client', artifactId='mqtt-client'}
{groupId='org.apache.commons', artifactId='commons-exec'}
{groupId='commons-io', artifactId='commons-io'}
{groupId='org.apache.commons', artifactId='commons-lang3'}

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

@thanosa75
Copy link
Contributor

Hello @ChenZhangg sorry for the long delay in response. In the mean time, we've upgraded to latest SpringBoot and Selenium 4 - there is a new page in the Wiki for this also. Can you please check/revisit this PR ?

Thanks

@thanosa75 thanosa75 marked this pull request as draft December 9, 2021 11:49
@thanosa75 thanosa75 added dependencies Pull requests that update a dependency file enhancement labels Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants