From f4c1094a969d0b554a3ec3126f0d43cda04253c4 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 23 Nov 2019 07:24:49 +0100 Subject: [PATCH] made it easier to run roller on latest JVMs (tested with JDK 13). - use "no_aop" version of guice which doesn't bundle its own ASM version - bumped ASM dependency to 7.2 for Java 13 compatibility fixed some jetty warnings by not adding the javax.activation api classes twice. minor maven dependency updates. added version checker maven plugin, can be run with: mvn versions:display-dependency-updates. --- app/pom.xml | 35 +++++++++++++++++++++++++---------- pom.xml | 12 ++++++++++-- version-rules.xml | 16 ++++++++++++++++ 3 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 version-rules.xml diff --git a/app/pom.xml b/app/pom.xml index d0d065808b..762b45e5d9 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -40,21 +40,22 @@ limitations under the License. 1.2 1.7.8 - 1.10.5 + 1.10.7 + 7.2 1.6 - 1.9.3 + 1.9.4 3.1 - 1.12 - 2.7.4 + 1.13 + 2.7.5 4.2.2 1.2.17 2.10.0 - 8.1.1 + 8.3.0 20100527 - 3.1.0 + 3.2.3 2.17 1.0b3 - 1.12.0 + 1.12.2 1.7.26 4.1.4.RELEASE 3.2.5.RELEASE @@ -108,6 +109,13 @@ limitations under the License. javax.xml.bind jaxb-api 2.3.1 + + + + javax.activation + javax.activation-api + + + .*(alpha|ALPHA|beta|BETA|b|rc|RC|M).* + + + 20020829 + 20040616 + 20040102.233541 + 20031027.000000 + 20030418.083655 + + +