gpt4 book ai didi

java - Gradle : Dependency not getting added to classpath

转载 作者:行者123 更新时间:2023-12-02 02:23:20 27 4
gpt4 key购买 nike

我在 build.gradle 文件中添加了以下依赖项。 build.gradle 中添加了 Eclipse 插件。

testCompile 'io.dropwizard:dropwizard-testing:1.2.0'

一旦我运行 gradle eclipse 命令,所有编译依赖项都会添加到类路径中,但 testcompile 依赖项不会添加到类路径中。

但是 testCompile 'io.dropwizard:dropwizard-testing:1.2.0' 也有像mockito这样的传递依赖。因此,每当我尝试在 Junit 中使用mockito时,这些都不会被编译。

我不确定问题是什么,io.dropwizard:dropwizard-testing:1.2.0 的传递依赖都不可用

最佳答案

查看 dropwizard-testing 依赖项 here我在编译范围的依赖项中看不到mockito。它位于测试范围的依赖项中,但这无关紧要,测试范围的依赖项是该项目私有(private)的,并且当 jar 包含在另一个项目中时不会成为传递依赖项。

关于java - Gradle : Dependency not getting added to classpath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48165220/

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