Skip to content

Commit

Permalink
oops, guess these are needed for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Jun 24, 2010
1 parent 41cd499 commit d1d5a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/build/FlockDBProject.scala
Expand Up @@ -14,7 +14,9 @@ class FlockDBProject(info: ProjectInfo) extends StandardProject(info) with Subve
val kestrel = "net.lag" % "kestrel" % "1.2"
val mysqljdbc = "mysql" % "mysql-connector-java" % "5.1.6"
val objenesis = "org.objenesis" % "objenesis" % "1.1"
val ostrich = "com.twitter" % "ostrich" % "1.1.17"
val pool = "commons-pool" % "commons-pool" % "1.3"
val querulous = "com.twitter" % "querulous" % "1.1.9"
val results = "com.twitter" % "results" % "1.0"
val slf4j = "org.slf4j" % "slf4j-jdk14" % "1.5.2"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.5.2"
Expand Down

0 comments on commit d1d5a72

Please sign in to comment.