I've switched from Eclipse to VSCode. In eclipse I've been using classpath on project and everything worked great. I wasn't adding anything into the project.
Now I want to use maven. I added MSSQL JDBC into pom.xml as well as maven compiler and jar plugin. If I want to start my program, I can do it with no poblems.
The problem is with the jdbc dependency. Java doesn't see it. How can I use it in project?