在看别人写的项目 项目里需要 icepdf 这个包 import 后 resolve 不了 我看 pom 里没有这个包 就加了依赖如下:
<dependency> <groupid>org.icepdf.os</groupid> <artifactid>icepdf-core</artifactid> <version>6.1.2</version> </dependency>结果就出现 Failure to transfer 错误了,而且针对的是其他包。。。
诸如
Failure to transfer javax.media:jai-core:jar:1.1.3 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact javax.media:jai-core:jar:1.1.3 from/to central ( https://repo.maven.apache.org/maven2): The operation was cancelled.
有哪些可能的原因啊?
1
esolve OP 顶顶顶
|