From 864049b9b0f705aba663d20eecc2ca23e9b495a1 Mon Sep 17 00:00:00 2001 From: Jeff Butler Date: Fri, 13 Jul 2018 10:52:32 -0400 Subject: [PATCH] Updates for Java 10 --- .gitignore | 1 + .travis.yml | 3 --- mvnw | 0 pom.xml | 51 +++++++++++++++++++++++++++++++++++++++------------ 4 files changed, 40 insertions(+), 15 deletions(-) mode change 100644 => 100755 mvnw diff --git a/.gitignore b/.gitignore index a570aa57f..f739f3154 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ buildNumber.properties /.vscode/ /bin/ .mvn/wrapper/maven-wrapper.jar +.DS_Store diff --git a/.travis.yml b/.travis.yml index 5ea776188..69c990858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: java sudo: false -before_install: - - chmod +x mvnw - jdk: - oraclejdk9 - oraclejdk8 diff --git a/mvnw b/mvnw old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml index 01e0309d0..c72ef8363 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ org.jacoco jacoco-maven-plugin + 0.8.1 @@ -56,6 +57,11 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + org.apache.maven.plugins maven-checkstyle-plugin @@ -63,10 +69,42 @@ checkstyle-override.xml + + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.5 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + + org.jacoco + jacoco-maven-plugin + 0.8.1 + + + + org.codehaus.mojo @@ -88,17 +126,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - org.junit.platform - junit-platform-surefire-provider - ${junit.platform.version} - - - @@ -143,7 +170,7 @@ org.springframework spring-jdbc - 5.0.6.RELEASE + 5.0.7.RELEASE test