From c9ae9aa32875df1806998eb1de369e0b35a0aafb Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Wed, 26 Apr 2023 16:43:37 +0200 Subject: [PATCH] update dependencies, plugins Signed-off-by: Lukas Jungmann --- .gitignore | 4 +- .travis.yml | 29 --------------- policy/pom.xml | 99 ++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 78 insertions(+), 54 deletions(-) delete mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index eca7db8..3916ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/policy/target/ \ No newline at end of file +.idea +/policy/target/ +*.iml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8876eb7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved. -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Distribution License v. 1.0, which is available at -# http://www.eclipse.org/org/documents/edl-v10.php. -# -# SPDX-License-Identifier: BSD-3-Clause -# - -language: java - -jdk: - - oraclejdk11 - - openjdk-ea - -cache: - directories: - - .autoconf - - $HOME/.m2 - -install: - - curl -o $HOME/.m2/settings.xml https://gist.githubusercontent.com/lukasj/c176740acd96e255a84851277b9d9d14/raw/dca8d8be04acc614f0dd03dbee1891829250d857/jakarta-settings.xml - -script: - - cd policy - - mvn -B -V -U -C -Pstaging,oss-release clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true - -git: - depth: false \ No newline at end of file diff --git a/policy/pom.xml b/policy/pom.xml index 9740cc4..418356e 100644 --- a/policy/pom.xml +++ b/policy/pom.xml @@ -1,7 +1,7 @@ + + + + + com.fasterxml.woodstox @@ -100,6 +106,12 @@ 5.4.0 runtime + + org.codehaus.woodstox + stax2-api + 4.2 + runtime + jakarta.activation @@ -110,7 +122,7 @@ junit junit - 4.13 + 4.13.2 test @@ -121,12 +133,12 @@ org.codehaus.mojo build-helper-maven-plugin - 3.1.0 + 3.3.0 org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 com.sun.istack @@ -136,17 +148,17 @@ org.codehaus.mojo buildnumber-maven-plugin - 1.4 + 3.0.0 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 org.apache.felix maven-bundle-plugin - 5.1.2 + 5.1.8 <_noextraheaders>true @@ -161,12 +173,12 @@ org.glassfish.copyright glassfish-copyright-maven-plugin - 2.3 + 2.4 org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.5.0 org.apache.maven.plugins @@ -176,17 +188,51 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M3 + 3.3.0 org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M4 + 3.0.0 + + + org.codehaus.mojo + versions-maven-plugin + 2.15.0 + + + + + + com.sun.istack + + + regex + [4-9].* + + + + + com.sun.xml.bind + + + regex + 2.[4-9]+.* + + + regex + [3-9].* + + + + + + @@ -221,11 +267,11 @@ org.apache.maven.plugins maven-compiler-plugin - 9 - 9 - - - + 11 + false + + -Xlint:all + @@ -235,8 +281,6 @@ 8 - 1.8 - 1.8 module-info.java @@ -277,6 +321,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + false + + org.codehaus.mojo buildnumber-maven-plugin @@ -330,7 +381,6 @@ ${spotbugs.skip} ${spotbugs.threshold} - true ${spotbugs.exclude} @@ -384,6 +434,7 @@ 11 true + -missing @@ -398,7 +449,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.10