我的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]
有人知道有这种依赖的存储库吗?
答案 0 :(得分:2)
就在那里http://repo1.maven.org/maven2/org/atmosphere/atmosphere-runtime/0.8.4/ 您需要从依赖项声明中删除类型包。