在 JBoss 存储库中找不到工件 com.gemstone:gemfire-modules:jar:7.0.1

Posted

技术标签:

【中文标题】在 JBoss 存储库中找不到工件 com.gemstone:gemfire-modules:jar:7.0.1【英文标题】:Could not find artifact com.gemstone:gemfire-modules:jar:7.0.1 in JBoss repository 【发布时间】:2014-09-20 06:43:56 【问题描述】:

我在构建 maven 项目时遇到以下错误。

无法解析以下工件:com.gemstone:gemfire-modules:jar:7.0.1、com.gemstone:gemfire-modules-hibernate:jar:7.0.1。

在 JBoss 存储库 (http://repository.jboss.org/nexus/content/groups/public/) 中找不到工件 com.gemstone:gemfire-modules:jar:7.0.1 -> [帮助 1]

我还尝试了http://repository.jboss.org/nexus/content/groups/public-jboss 存储库。 谁能帮帮我?

【问题讨论】:

【参考方案1】:

请在 pom.xml 末尾添加以下代码行

 <repositories>
    <repository>
      <id>gemfire-repository</id>
      <name>Gemfire Repository</name>
      <url>http://dist.gemstone.com/maven/release</url>
     </repository>
</repositories>

【讨论】:

【参考方案2】:

在 jboss 存储库中不可用,您需要添加 gemstone 存储库,将以下内容添加到您的 pom.xml

<repositories>
    <repository>
        <id>gemstone</id>
        <url>http://dist.gemstone.com.s3.amazonaws.com/maven/release/</url>
    </repository>
</repositories>

【讨论】:

现在显示拒绝访问。无法将工件 com.gemstone:gemfire-modules:pom:7.0.1 从/到 jboss.repository.releases.public (dist.gemstone.com.s3.amazonaws.com/maven/release) 传输:拒绝访问:dist.gemstone.com.s3.amazonaws.com/maven/release/com/gemstone/…,ReasonPhrase:Forbidden。 -> [帮助 1]

以上是关于在 JBoss 存储库中找不到工件 com.gemstone:gemfire-modules:jar:7.0.1的主要内容,如果未能解决你的问题,请参考以下文章

在 jboss-public-repository-group 中找不到工件 > org.apache.maven.plugins:maven-compiler-plugin:jar:3.5.1

SBT 在本地 maven 存储库中找不到文件,尽管它在那里

Maven:包括在公共存储库中找不到的 jar

在当前项目和存储库中可用的插件组 [] 中找不到前缀“war”的插件 [重复]

maven 在我的存储库中找不到原型

Gradle在本地Maven存储库中找不到现有的依赖项