From 24bb4e844449c3ec5c4c14df384e0ac346aa8519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bon=C3=A9r?= Date: Mon, 29 Mar 2010 10:15:10 +0200 Subject: [PATCH] updated to commons-pool 1.5.4 --- project/build/AkkaProject.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index d601453ae2..ae0f27171b 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -249,7 +249,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) { class AkkaPersistenceCommonProject(info: ProjectInfo) extends DefaultProject(info) { val thrift = "com.facebook" % "thrift" % "1.0" % "compile" - val commons_pool = "commons-pool" % "commons-pool" % "1.5.1" % "compile" + val commons_pool = "commons-pool" % "commons-pool" % "1.5.4" % "compile" lazy val dist = deployTask(info, distPath) dependsOn(`package`) describedAs("Deploying") }