mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
Added a workaround for long loading of vulnerabilities page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user