I have an external .jar that cannot be imported from public repositories using pom.xml, it\'s sqljdbc41.jar.
sqljdbc41.jar
I can run the project locally from my IDE,
another way, you can put it into the resources folder, such as resources/lib/xxx.jar, then config the pom.xml like this:
com.microsoft.sqlserver sqljdbc41 4.1 system ${basedir}/src/main/resources/lib/sqljdbc41.jar