flipkart-incubator / phantom

Phantom is a high performance proxy for accessing distributed services. It is an RPC system with support for different transports and protocols. Phantom is inspired by Twitter Finagle clients and builds on the capabilities of technologies like Netty, Unix Domain Sockets, Netflix Hystrix and Spring. Phantom proxies have been used to serve several hundred million API calls in production deployments at Flipkart.
49 stars 27 forks source link

Build failing #59

Closed ghost closed 8 years ago

ghost commented 8 years ago

Can the jars be published to the clojars repo?

Failed to execute goal on project runtime-oio-uds: Could not resolve dependencies for project com.flipkart.phantom:runtime-oio-uds:jar:1.4.4: Failure to find org.newsclub:junixsocket:jar:1.3 in https://clojars.org/repo was cached in the local repository, resolution will not be reattempted until the update interval of clojars has elapsed or updates are forced

ghost commented 8 years ago

This is resolved by downloading the bin jar from https://code.google.com/archive/p/junixsocket/downloads and adding them to the local mvn repo