DependencyResolutionException 此异常的解决办法

出现此类异常基本上 控制器会出现以下说明

Failed to execute goal on project Maven0000001: Could not resolve dependencies for project ct com.jxd:Mav:Maven0000001:war:1.0-SNAPSHOT: The following artifacts could not be resolved: ojdbc:ojdbc:jar:14, 4, javax.servlet.jsp.jstl:jst:jstl:jar:1.2: Failure to find ojdbc:ojdbc:jar:14 in in https://repo.maven.apache.org/maven2 was was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

具体翻译的话可以网易云翻译一下,大概意思就是,没办法从你的本地maven库里获取到下边的jar;

想要吧这个问题给解决掉那么就需要把,创建的maven中的pom文件中所有的依赖包全部去掉,重新加载;

你可能感兴趣的:(DependencyResolutionException 此异常的解决办法)