gpt4 book ai didi

java - 无法使用 Spring boot 2.1.6.RELEASE 和 Apache 2.4 FOP 编译应用程序

转载 作者:行者123 更新时间:2023-12-01 18:46:41 25 4
gpt4 key购买 nike

我添加了 Apache FOP 依赖项,如下所示。我为 PDF 生成添加了它。

编译“org.apache.xmlgraphics:fop:2.4”之后,我在 gradle 构建服务时遇到错误。

失败:构建因异常而失败。

*** 出了什么问题:任务“:compileJava”执行失败。

Could not resolve all files for configuration ':compileClasspath'. Could not find javax.media:jai-core:1.1.3. Required by: project : > org.apache.xmlgraphics:fop:2.4 > org.apache.xmlgraphics:fop-core:2.4 Could not find com.sun.media:jai-codec:1.1.3. Required by: project : > org.apache.xmlgraphics:fop:2.4 > org.apache.xmlgraphics:fop-core:2.4 * Try: Run with --stack trace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 7s 2 actionable tasks: 2 executed**

最佳答案

缺少的依赖项可能位于未包含在构建文件中的存储库中。使用 gradle,我将其添加到存储库 block 中:

jcenter()
maven {
url="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
}

关于java - 无法使用 Spring boot 2.1.6.RELEASE 和 Apache 2.4 FOP 编译应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59822309/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com