facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Update Nifty dep to 0.12.0-SNAPSHOT #159

Closed alandau closed 10 years ago

Gigatron commented 10 years ago

Failed to build swift-service due to this commit:

[ERROR] Failed to execute goal on project swift-service: Could not resolve dependencies for project com.facebook.swift:swift-service:jar:0.12.0-SNAPSHOT: The following artifacts could not be resolved: com.facebook.nifty:nifty-client:jar:0.12.0-SNAPSHOT, com.facebook.nifty:nifty-core:jar:0.12.0-SNAPSHOT: Could not find artifact com.facebook.nifty:nifty-client:jar:0.12.0-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots)]

alandau commented 10 years ago

-SNAPSHOT artifacts are not published to sonatype. You should clone https://github.com/facebook/nifty/ and "mvn install" it