updated to commons-pool 1.5.4
This commit is contained in:
parent
440f0161e5
commit
24bb4e8444
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue