gpt4 book ai didi

java - 指定范围内没有适用于 > javax.jdo :jdo-api:jar:[3. 0, 4.0) 的版本

转载 作者:行者123 更新时间:2023-12-01 14:45:09 25 4
gpt4 key购买 nike

我正在尝试增强我的 Google App Engine 项目,但我不断收到此错误。在我不得不在我的机器上重新安装操作系统之前它工作得很好,现在它提示这个:

[ERROR] Failed to execute goal net.kindleit:maven-gae-plugin:0.9.5:enhance (default-cli) on project codex-gae: Execution default-cli of goal net.kindleit:maven-gae-plugin:0.9.5:enhance failed: Plugin net.kindleit:maven-gae-plugin:0.9.5 or one of its dependencies could not be resolved: Failed to collect dependencies for net.kindleit:maven-gae-plugin:jar:0.9.5 (): No versions available for javax.jdo:jdo-api:jar:[3.0, 4.0) within specified range -> [Help 1]

这是我的 pom.xml 中的相关节:

<plugin>
<groupId>org.datanucleus</groupId>
<artifactId>maven-datanucleus-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<api>JPA</api>
<verbose>true</verbose>
</configuration>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>enhance</goal>
</goals>
</execution>
</executions>
</plugin>

我检查了我的 ~/.m2/repository/ 并且 .jar 文件就在那里:

[jhr@Jarrods-Mac-Pro] [~/.m2/repository/javax/jdo/jdo-api/3.0.1]

-rw-r--r-- 1 jhr staff 196K Mar 14 23:18 jdo-api-3.0.1.jar
-rw-r--r-- 1 jhr staff 40B Mar 14 23:18 jdo-api-3.0.1.jar.sha1
-rw-r--r-- 1 jhr staff 7.7K Mar 14 23:18 jdo-api-3.0.1.pom
-rw-r--r-- 1 jhr staff 40B Mar 14 23:18 jdo-api-3.0.1.pom.sha1

有什么建议为什么找不到依赖项吗?

最佳答案

所以 Maven 已经失去了情节。删除任何 maven-metadata-* 文件(可能在上面的目录中)并重试。

关于java - 指定范围内没有适用于 > javax.jdo :jdo-api:jar:[3. 0, 4.0) 的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15500058/

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