gpt4 book ai didi

hadoop - Gradle 不下载完整的依赖项

转载 作者:可可西里 更新时间:2023-11-01 16:28:59 31 4
gpt4 key购买 nike

我正在尝试下载和构建 spring-data-hadoop 2.4.0.RELEASE在我的 dependencies.gradle 中使用以下 decleration:

dependencies {
...
// compile('org.springframework.data:spring-data_hadoop:2.4.0.RELEASE')
compile group: 'org.springframework.data', name: 'spring-data-hadoop', version: '2.4.0.RELEASE'

...
}

刷新 gradle 现在会导致下载新添加的依赖项但是数据不一致。下载后得到如下外部依赖:

enter image description here

我以为现在一切都很好......但我错了。让我们打开其中一个并深入了解包:

enter image description here

如果将 org.springframework.data.hadoop.config 的内容与 official API 进行比较你会注意到,在这个包中,应该有更多的内容。例如 annotations 包。

gradle怎么会没有下载完整源呢?

最佳答案

有一个单独的spring-data-hadoop-config带有描述“Spring for Apache Hadoop Annotation Configuration”,所以这可能是 annotations 的位置。

关于hadoop - Gradle 不下载完整的依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44924491/

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