From 61e7b23ee4489dd7a4eec3f39494f2b5af40da02 Mon Sep 17 00:00:00 2001 From: Tudor Timi Date: Tue, 4 Jun 2024 21:35:56 +0200 Subject: [PATCH] Remove implementation dependency on JAXB --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34007b2..a9ab31c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,9 +64,6 @@ gradlePlugin { } dependencies { - implementation("com.sun.xml.bind:jaxb-ri:3.0.2") { - because("javax.xml.bind is not part of the JDK anymore starring with JDK9 and version 2.x.x is busted on JDK11") - } implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") testImplementation("org.spockframework:spock-core:2.2-groovy-3.0") {