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

Update dependencies to LTS 5.6 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marschall
Copy link

This commit updates the dependencies to the ones provided by
SonarQube LTS 5.6.

SonarQube LTS 5.6 requires Java 8 so using Java 7 methods is fine

  • update JUnit to latest
  • update Mockito to latest
  • udpate SonarQube parent to latest
  • udpate SLF4J to the one provided by LTS 5.6
  • replace deprecated JUnit usage
  • replace MockSensorContext with Mockito mock
  • remove not needed maven-project dependency
  • use ${project.version} instead of -SNAPSHOT versions where possible
    this will avoid issues during a Maven release
  • remove any dependency on commons-lang to void conflicts with ones
    supplied by SonarQube
  • remove any dependency on commons-io to void conflicts with ones
    supplied by SonarQube

@marschall marschall force-pushed the update-dependencies-to-lts-56 branch 2 times, most recently from 84fa2fb to 07dc704 Compare February 9, 2017 13:45
This commit updates the dependencies to the ones provided by
SonarQube LTS 5.6.

SonarQube LTS 5.6 requires Java 8 so using Java 7 methods is fine

 * update JUnit to latest
 * update Mockito to latest
 * udpate SonarQube parent to latest
 * udpate SLF4J to the one provided by LTS 5.6
 * since LTS 5.6 requires Java 1.8 we now also require Java 1.8
 * replace deprecated JUnit usage
 * replace MockSensorContext with Mockito mock
 * remove not needed maven-project dependency
 * use ${project.version} instead of -SNAPSHOT versions where possible
   this will avoid issues during a Maven release
 * remove any dependency on commons-lang to void conflicts with ones
   supplied by SonarQube
 * remove any dependency on commons-io to void conflicts with ones
   supplied by SonarQube
@marschall marschall force-pushed the update-dependencies-to-lts-56 branch from 07dc704 to cd6ad12 Compare February 9, 2017 14:07
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.

1 participant