This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,15 @@ dependencies {
4141
4242 // Don't want to include this in the published jar, just the executable jar
4343 compileOnly " com.beust:jcommander:1.78"
44+ compileOnly " ch.qos.logback:logback-classic:1.2.3"
4445
45- testImplementation ' com.marklogic:ml-junit:3.2.0'
46+ testImplementation ' com.marklogic:ml-junit:3.2.0'
4647 // Force ml-junit to use 5.2.8 instead of 4.1.5
4748 testImplementation " org.springframework:spring-test:5.2.9.RELEASE"
4849 testImplementation ' commons-io:commons-io:2.8.0'
4950
50- // Forcing Spring to use logback instead of commons-logging
51- implementation " ch.qos.logback:logback-classic:1.2.3" // Needs to be implementation for CLI
51+ // Forcing Spring to use logback for testing instead of commons-logging
52+ testImplementation " ch.qos.logback:logback-classic:1.2.3"
5253 testImplementation group : " org.slf4j" , name : " jcl-over-slf4j" , version : " 1.7.30"
5354 testImplementation group : " org.slf4j" , name : " slf4j-api" , version : " 1.7.30"
5455}
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ group=com.marklogic
22javadocsDir =../gh-pages-marklogic-java/javadocs
33version =4.1.0-SNAPSHOT
44
5+ snykToken =
6+
You can’t perform that action at this time.
0 commit comments