Added a workaround for long loading of vulnerabilities page

This commit is contained in:
Šesták Vít
2016-08-25 23:58:39 +02:00
parent 5edf9f0781
commit 47b0c3b021
2 changed files with 24 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ libraryDependencies += "net.codingwell" %% "scala-guice" % "4.0.0"
libraryDependencies += "com.iheart" %% "ficus" % "1.2.3"
libraryDependencies += "org.owasp" % "dependency-check-core" % "1.3.0"
libraryDependencies += "org.owasp" % "dependency-check-core" % "1.4.2"
libraryDependencies += "com.typesafe.play" %% "play-mailer" % "3.0.1"
@@ -85,6 +85,10 @@ libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3.6" // e
libraryDependencies += "commons-collections" % "commons-collections" % "3.2.2" // evict the vulnerable version
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-jdbc" % "2.0.2"
libraryDependencies += "com.mockrunner" % "mockrunner-jdbc" % "1.1.1"
routesImport += "binders.QueryBinders._"
// Uncomment to use Akka