Pablo,
To see the dependencies:
./gradlew dependencies
You might want to redirect output to a file, the dependency list is long.
This is what I have for cas overlay 6.4
testImplementation "junit:junit:${junitVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation 'org.slf4j:slf4j-log4j12:1.8.0-beta4'
testImplementation 'org.apache.logging.log4j:log4j-api:2.14.1'
testImplementation 'org.apache.logging.log4j:log4j-core:2.14.1'
where
junitVersion=4.13.2
mockitoVersion=2.23.4
Ray
On Sun, 2021-09-19 at 20:53 -0700, Pablo Vidaurri wrote:
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.