You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
初次编译会 报错 Could not resolve dependencies for project io.mykit.data:mykit-data-cache:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.oracle:ojdbc6:jar:11.2.0.3, com.microsoft.sqlserver:sqljdbc4:jar:4.0: Could not find artifact com.oracle:ojdbc6:jar:11.2.0.3
缺少 两个 sqlsever 的包 ojdbc6:jar:11.2.0.3 :sqljdbc4:jar:4.0 从网上找到 两个 jra包之后
初次编译会 报错 Could not resolve dependencies for project io.mykit.data:mykit-data-cache:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.oracle:ojdbc6:jar:11.2.0.3, com.microsoft.sqlserver:sqljdbc4:jar:4.0: Could not find artifact com.oracle:ojdbc6:jar:11.2.0.3
缺少 两个 sqlsever 的包 ojdbc6:jar:11.2.0.3 :sqljdbc4:jar:4.0 从网上找到 两个 jra包之后
各种方法 不兼容
这是我安装包的 语句
mvn install:install-file -Dfile=ojdbc6-12.1.0.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=sqljdbc4-4.0.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0 -Dpackaging=jar
希望 大神 可以 提供这两个jar包 和 mvn 安装这两个包的命令
或者 给出 这两个 jra 的兼容版本
The text was updated successfully, but these errors were encountered: