Merge pull request #1127 from McFoggy/issue-1117

add X-Hub-Signature security to wekhooks
This commit is contained in:
Naoki Takezoe
2016-03-06 12:51:54 +09:00
8 changed files with 74 additions and 45 deletions

View File

@@ -38,6 +38,7 @@ libraryDependencies ++= Seq(
"com.mchange" % "c3p0" % "0.9.5.2",
"com.typesafe" % "config" % "1.3.0",
"com.typesafe.akka" %% "akka-actor" % "2.3.14",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.0.0",
"com.enragedginger" %% "akka-quartz-scheduler" % "1.4.0-akka-2.3.x" exclude("c3p0","c3p0"),
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",