You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although test scope is not transitive dependency it includes org.junit - suggested in the official spring documentation. - and it's working on netbeans 8.2
I have got several issues related to test packages, that org.junit / org.springframework.security package is missing. Pls. notice I'm talking about two different independent test dependencies which contain different packages and include different dependencies.
If I comment out one of the 'test', wait some time until VsCode finishes its task triggered by the change and add the line back.
All my issues will be gone, even if I restart the vs code.
I'm not sure whether it's related to maven for java, or the vscode parsing process.
The text was updated successfully, but these errors were encountered:
v 1.29.1
Steps to Reproduce:
I have the following two dependencies in maven:
Although test scope is not transitive dependency it includes org.junit - suggested in the official spring documentation. - and it's working on netbeans 8.2
I have got several issues related to test packages, that org.junit / org.springframework.security package is missing. Pls. notice I'm talking about two different independent test dependencies which contain different packages and include different dependencies.
If I comment out one of the 'test', wait some time until VsCode finishes its task triggered by the change and add the line back.
All my issues will be gone, even if I restart the vs code.
I'm not sure whether it's related to maven for java, or the vscode parsing process.
The text was updated successfully, but these errors were encountered: