maven和Atmosphere 0.8.4

时间:2012-04-18 14:18:36

标签: maven atmosphere

我的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]

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

1 个答案:

答案 0 :(得分:2)

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