Skip to content

Commit

Permalink
fix: adding jackson-dataformat-xml as transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 24, 2024
1 parent 959a25b commit 8f9ac77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ buildscript {
}

project.ext.buildConfig = [
sourceCompatibility: 17,
targetCompatibility: 17,
sourceCompatibility: 17,
targetCompatibility: 17,
]
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

dependencies {
compileOnly 'org.wiremock:wiremock:3.5.4'
compileOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'
compileOnly 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'

testImplementation 'org.wiremock:wiremock:3.5.4'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'
testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
testImplementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 8f9ac77

Please sign in to comment.