From 7b1e07758410dbff1f360f8ff49925fa9658dc7e Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Tue, 23 Apr 2019 13:21:20 -0700 Subject: [PATCH] Added javax.activation dependency for Java 9+ support and added maven enforcer plugin (#327). --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 19e0eeab..362281ce 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ - package + package org.apache.maven.plugins @@ -99,7 +99,7 @@ - + org.apache.maven.plugins maven-gpg-plugin 1.6 @@ -132,6 +132,9 @@ org.apache.maven.plugins maven-javadoc-plugin 3.0.0 + + 8 + attach-javadocs @@ -145,7 +148,7 @@ org.jacoco jacoco-maven-plugin - 0.8.0 + 0.8.3 default-prepare-agent @@ -188,17 +191,49 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.0 target/jacoco.exec + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + + 1.8 + + module-info + + + + + + + enforce-bytecode-version + + enforce + + + + + + org.codehaus.mojo + extra-enforcer-rules + 1.2 + + + + - + se.bjurr.gitchangelog git-changelog-maven-plugin @@ -217,10 +252,18 @@ + + + + com.sun.activation + javax.activation + 1.2.0 + + com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider @@ -276,6 +319,7 @@ ${systemRules.version} test + -- GitLab