-1

我的 pom.xml 中需要 Atmosphere 0.8.4

    <dependency>
        <groupId>org.atmosphere</groupId>
        <artifactId>atmosphere-runtime</artifactId>
        <version>0.8.4</version>
        <type>bundle</type>
    </dependency>

但我明白了

Could not find artifact org.atmosphere:atmosphere-runtime:bundle:0.8.4 in central (http://repo1.maven.org/maven2) -> [Help 1]

有人知道具有这种依赖关系的存储库吗?

4

1 回答 1

2

它就在那里http://repo1.maven.org/maven2/org/atmosphere/atmosphere-runtime/0.8.4/ 你需要从你的依赖声明中删除类型包。

于 2012-04-18T14:32:27.563 回答