Fixes #748 - duplicate c3p0.war

This commit is contained in:
uli-heller
2015-07-05 06:16:42 +02:00
parent 02f16639ea
commit b0943c87c8

View File

@@ -65,7 +65,7 @@ object MyBuild extends Build {
"com.mchange" % "c3p0" % "0.9.5", "com.mchange" % "c3p0" % "0.9.5",
"com.typesafe" % "config" % "1.2.1", "com.typesafe" % "config" % "1.2.1",
"com.typesafe.akka" %% "akka-actor" % "2.3.10", "com.typesafe.akka" %% "akka-actor" % "2.3.10",
"com.enragedginger" %% "akka-quartz-scheduler" % "1.3.0-akka-2.3.x" "com.enragedginger" %% "akka-quartz-scheduler" % "1.3.0-akka-2.3.x" exclude("c3p0","c3p0")
), ),
play.twirl.sbt.Import.TwirlKeys.templateImports += "gitbucket.core._", play.twirl.sbt.Import.TwirlKeys.templateImports += "gitbucket.core._",
EclipseKeys.withSource := true, EclipseKeys.withSource := true,