在pom.xml中添加如下依赖是无法导入sqljdbc4.jar包的,maven会报错,找不到依赖,无法下载

我们上maven仓库能够发现有这么一句提示 this artifact is located at Clojars repository (https://clojars.org/repo/)

这个jar包是在Clojars仓库里面,我们需要在pom.xml中加上如下配置

重新刷新下,OK搞定!
转载于:https://www.dgrt.cn/a/2165877.html?action=onClick