From 8d0989f9e309e6810dfa623c10fc86a01daa5c33 Mon Sep 17 00:00:00 2001 From: Emanuele Cisbani Date: Wed, 13 Nov 2019 13:30:01 +0100 Subject: [PATCH] java 9+: jabx dependencies and attach-javadocs cfg modified pom.xml to build with java 9+ - jabx dependencies - attach-javadocs plugin configuration --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75a92fe..d56fcf2 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,12 @@ slf4j-simple 1.7.25 + + org.glassfish.jaxb + jaxb-runtime + 2.3.1 + runtime + @@ -153,13 +159,21 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.1.1 attach-javadocs jar + + false + 1.8 + + http://docs.oracle.com/javase/7/docs/api/ + + none +