Skip to content

Commit

Permalink
cadc-vodml: logging classpath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed May 9, 2022
1 parent 3c9bf3e commit ea2f5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadc-vodml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
compile 'com.helger:ph-schematron:5.6.5'
compile 'net.sf.saxon:Saxon-HE:[9.8,10)'

runtime 'org.slf4j:slf4j-api:1.7.30'
runtime 'org.slf4j:slf4j-log4j12:1.7.30'
runtime 'org.slf4j:slf4j-api:[1.7.30,)'
runtime 'org.slf4j:slf4j-ext:[1.7.30,)'


testCompile 'junit:junit:4.13'
Expand Down

0 comments on commit ea2f5fe

Please sign in to comment.