gpt4 book ai didi

java - 未找到 Maven 依赖项 IntelliJ Ultimate 2020

转载 作者:行者123 更新时间:2023-12-02 08:40:59 25 4
gpt4 key购买 nike

我发现提出了类似的问题,但建议的解决方案对我不起作用。我想要的是使用 pom.xml 自动下载我的 Maven 项目中的依赖项

我的 pom 看起来像:

<properties>
<maven.compiler.source>10</maven.compiler.source>
<maven.compiler.target>10</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.0.RELASE</version>
</dependency>
</dependencies>

我不知道为什么我得到:找不到依赖项'org.springframework:spring-context:5.1.0.RELASE'

我尝试做mvn clean install

[INFO] 从中央下载:https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.0.RELASE/spring-context-5.1.0.RELASE.pom[警告] org.springframework:spring-context:jar:5.1.0.RELASE 的 POM 丢失,没有可用的依赖信息中心下载:https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.0.RELASE/spring-context-5.1.0.RELASE.jar

所以 jar 被下载到我的本地存储库但我得到:[错误] 无法对项目依赖项执行目标:无法解析项目 pl.javastart:dependency:jar:1.0-SNAPSHOT 的依赖项:无法在中心找到 Artifact org.springframework:spring-context:jar:5.1.0.RELASE (https://repo.maven.apache.org/maven2)

这是一个 Maven 项目,我使用的是 InteliJ Ultimate 2020,maven 3.6.3

在 Maven 设置中,我检查了自动下载选项

For maven importing checked automatic download

编辑:是的,一个错字...我会留下这个问题,将来的某一天这对我来说会很有趣。

任何想法如何强制 InteliJ/maven 在保存 pom.xml 而不是 mvn install 后自动下载依赖项或单击项目 > maven > 重新导入?

最佳答案

有一个typ0

    <version>5.1.0.RELASE</version> // incorrect
<version>5.1.0.RELEASE</version> // correct

关于java - 未找到 Maven 依赖项 IntelliJ Ultimate 2020,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61390136/

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