gpt4 book ai didi

android - 这种 Maven 依赖性从何而来?

转载 作者:行者123 更新时间:2023-11-29 20:48:24 25 4
gpt4 key购买 nike

当它尝试下载这个神秘的 + 版本的 gson 时,我收到此警告然后出错。我的 POM 请求版本 2.3.1 但不是这个神秘的 +。那么这是从哪里来的呢?我对 Android Support v20 也有类似的问题我的 POM 正在请求 v18 但它试图拉取 V20。

[WARNING] The POM for com.google.code.gson:gson:jar:+ is missing, no dependency information available

org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.google.code.gson:gson:jar:+, com.android.support:support-v4:jar:20.+: Failure to find com.google.code.gson:gson:jar:+ in file://C:\Dev\git\MyApp\main/../repo was cached in the local repository, resolution will not be reattempted until the update interval of repo has elapsed or updates are forced

我已经尝试通过执行 mvn install -U 来强制更新,但这也没有帮助。

在我的 POM.xml 中

 <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
</dependency>

最佳答案

mvn clean

然后

mvn dependency:tree

并分析是什么拉动了这种依赖

关于android - 这种 Maven 依赖性从何而来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29811558/

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