-1

pom.xmlにAtmosphere0.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 に答える