Skip to content

Commit

Permalink
chore: Move dependencies for JDK17 to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Sep 24, 2022
1 parent 0571ac6 commit f574c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {
compileOnly 'org.codehaus.groovy:groovy-all:3.0.13'

implementation("javax.xml.bind:jaxb-api:2.3.1")
testRuntimeOnly 'org.glassfish.jaxb:jaxb-runtime:2.3.6'
testRuntimeOnly 'com.sun.xml.bind:jaxb-core:4.0.1'
implementation('org.glassfish.jaxb:jaxb-runtime:2.3.6')
implementation('com.sun.xml.bind:jaxb-core:4.0.1')

testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0'
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Expand Down

0 comments on commit f574c2b

Please sign in to comment.