spring 3.2.4源代码自带的gradlew编译的,配置文件里写的是com.lowagie:itext 2.1.7报错总说找不到com.itextpdf:itextpdf:4.2.2这是为什么?其他版本的spring3源码也是这样,求帮助 Total time: 39.844 secs E:\workspace3\spring>gradlew build --stacktrace :spring-context-support:compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':spring-context-support:op tional'. > Could not find com.itextpdf:itextpdf:4.2.2. Required by: org.springframework:spring-context-support:3.2.4.RELEASE > com.lowagie:ite xt:4.2.2 * Try: Run with --info or --debug option to get more log output. * Exception is: org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies fo r configuration ':spring-context-support:optional'. at org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfigurat ion.rethrowFailure(DefaultLenientConfiguration.java:55) Caused by: org.gradle.api.internal.artifacts.ivyservice.ModuleVersionNotFoundExc eption: Could not find com.itextpdf:itextpdf:4.2.2. Required by: org.springframework:spring-context-support:3.2.4.RELEASE > com.lowagie:itext
:4.2.2
unresolved dependency - com.itextpdf itextpdf 4.2.2
是不是jar包没有下载全,把这个jar包删了重新下载一下试试
我看了gradle的库,com.lowagie下就有个pom.xml文件,确实没下载下jar包,怎么删除让gradle重新可以下载呢?是不是jar包没有下载全,把这个jar包删了重新下载一下试试
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。