Skip to content

Commit

Permalink
Remove implementation dependency on JAXB
Browse files Browse the repository at this point in the history
  • Loading branch information
tudortimi committed Jun 4, 2024
1 parent 6561a50 commit 61e7b23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 61e7b23

Please sign in to comment.