1

利用可能な雰囲気のスナップショット リリースを取得しようとしていますが、org.atmosphere取得できないようです...

<repositories>
    <!-- Added to get the Atmosphere 1.1.0-SNAPSHOT, can be removed when 1.1.0 is released -->
    <repository>
        <id>oss.sonatype.org-snapshot</id>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
        <releases><enabled>false</enabled></releases>
        <snapshots><enabled>true</enabled></snapshots>
    </repository>
</repositories>

新しいリポジトリを追加することでピックアップされると思われる大気バージョンはありません。

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-runtime</artifactId>
    <version>1.1.0-SNAPSHOT</version>
    <exclusions>
        <exclusion>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </exclusion>
    </exclusions>
</dependency>

主な大気開発者から、これでうまくいくはずだと言われました

4

2 に答える 2

0

のコンテンツを削除して$HOME/.m2/repository/org/atmosphere/cpr、もう一度お試しください:)

于 2013-04-29T19:42:40.350 に答える