Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Update resolvers, specify SBT version, and add status note
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Sep 8, 2015
1 parent c4fabda commit 1d3ad64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
@@ -1,7 +1,8 @@

Kestrel
=======

[![Project status](https://img.shields.io/badge/status-deprecated-orange.svg)](#status)

Kestrel is based on Blaine Cook's "starling" simple, distributed message
queue, with added features and bulletproofing, as well as the scalability
offered by actors and the JVM.
Expand All @@ -24,6 +25,11 @@ Kestrel has a mailing list here:

Author's address: Robey Pointer \<robeypointer@gmail.com>

Status
------

Kestrel is currently used in production at Twitter, but it is being replaced by
other solutions, and it depends on outdated versions of Scala, Finagle, and SBT.

This comment has been minimized.

Copy link
@eric

eric Sep 21, 2015

Contributor

What is it being replaced with?

This comment has been minimized.

Copy link
@stuhood

Features
--------
Expand Down
2 changes: 2 additions & 0 deletions project/Build.scala
Expand Up @@ -22,6 +22,8 @@ object Kestrel extends Build {
logBuffered in Test := false,
parallelExecution in Test := false,

resolvers += "twitter.com" at "https://maven.twttr.com/",

libraryDependencies ++= Seq(
"com.twitter" % "ostrich" % "8.2.9",
"com.twitter" %% "naggati" % "4.1.0",
Expand Down
1 change: 1 addition & 0 deletions project/build.properties
@@ -0,0 +1 @@
sbt.version=0.11.2
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -9,7 +9,7 @@ resolvers <<= (resolvers) { r =>
Seq("proxy-repo" at url)
} getOrElse {
r ++ Seq(
"twitter.com" at "http://maven.twttr.com/",
"twitter.com" at "https://maven.twttr.com/",
"scala-tools" at "http://scala-tools.org/repo-releases/",
"maven" at "http://repo1.maven.org/maven2/",
"freemarker" at "http://freemarker.sourceforge.net/maven2/"
Expand Down

0 comments on commit 1d3ad64

Please sign in to comment.