Próbuję dodać zależność sterownika MS SQL w moim pliku POM.xml, a poniżej jest zależność.
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>sqljdbc4</artifactId>
<version>4.0</version>
</dependency>
ale mam ten wyjątek
Brakujący artefakt com.microsoft.sqlserver: sqljdbc4: jar: 4.0
Naprawdę nie rozumiem problemu.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4 :install-file (default-cli) on project standalone-pom: The specified file 'C:\Us ers\anthony\sqljdbc4.jar' not exists -> [Help 1]