From 1747a24ad1fd4d3ecb266c353acdb6794822e919 Mon Sep 17 00:00:00 2001 From: Nikolas Falco Date: Tue, 9 Nov 2021 14:55:07 +0100 Subject: [PATCH] [JENKINS-66475] Dependency on JAXB-API preventing migration to Java 11 Add JAXB as plugin dependency instead to rely on classes shipped within JDK <= 11 --- pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 285d8ba1..748d4cc0 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,6 @@ 3.0.0 2.7.0 2.17.0 - 1.48 2.45 @@ -88,15 +87,15 @@ checks-api 1.2.0 - - io.jenkins.plugins - jaxb - jaxb-2.3.0.1 - + + io.jenkins.plugins + jaxb + 2.3.0.1 + org.jenkins-ci.plugins dtkit-api @@ -106,7 +105,6 @@ org.jenkins-ci.plugins junit - ${junit-plugin.version}