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.

I've added the following dependencies in build.gradle:

testCompile  'org.junit.jupiter:junit-jupiter:5.7.2'
 testCompile 'org.mockito:mockito-junit-jupiter:3.12.4'

I do a clean/build but the mockito packages cannot be resolved.
Multiple markers at this line
- The import org.mockito cannot be  resolved
- The import org.mockito cannot be  resolved
- The import org.mockito cannot be  resolved

I create another dummy project and the packages download and dummy project 
compiles and runs the test.

Is there something excluding these packages in CAS?

-psv

--

Ray Bon
Programmer Analyst
Development Services, University Systems
2507218831 | CLE 019 | [email protected]<mailto:[email protected]>

I acknowledge and respect the lək̓ʷəŋən peoples on whose traditional territory 
the university stands, and the Songhees, Esquimalt and WSÁNEĆ peoples whose 
historical relationships with the land continue to this day.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/5bf27f8195aa50d381a46c5ea28a4ff611918dfe.camel%40uvic.ca.

Reply via email to