-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven test scope dependency problem #777
Comments
Can't reproduce the issue. I suggest you try the And BTW, you should always explicitly declare the dependencies you directly use, to guarantee your project will always compile. |
is this still an issue? |
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further. |
+1 |
From microsoft/vscode-maven#165 by @fssrepository
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: