用IDEA打jar包时报错:
Failure to find org.glassfish:javax.el:pom:3.0.1-b06-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced
我的工程依赖:
org.apache.hbase
hbase-server
2.0.6
https://blog.csdn.net/qq_31914787/article/details/88064557
可能是这个依赖包本地仓库没有安装,在 http://maven.outofmemory.cn/org.glassfish/javax.el/3.0.1-b06/ 上面下载这个 jar 包,然后手动安装到本地后再 reimport 后重新打包试试。
请问解决了吗,遇到了同样的问题。代码到一台新电脑上重新加载依赖时候就报错了,在原来机器上只是3个warning,但是编译能够成功。现在直接就是失败。
Failure to find org.glassfish:javax.el:pom:3.0.1-b06-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced