Skip to content

Commit

Permalink
Merge pull request #174 from hmrc/PODS-7292
Browse files Browse the repository at this point in the history
[PODS-7292: Remove mongo configuration]
  • Loading branch information
cyeniceri authored Aug 8, 2022
2 parents 0e40352 + 00acf12 commit 38346c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ object AppDependencies {

val compile = Seq(
play.sbt.PlayImport.ws,
"uk.gov.hmrc" %% "simple-reactivemongo" % "8.0.0-play-28",
"uk.gov.hmrc" %% "logback-json-logger" % "5.1.0",
"uk.gov.hmrc" %% "play-conditional-form-mapping" % "1.9.0-play-28",
"uk.gov.hmrc" %% "bootstrap-frontend-play-28" % "5.12.0",
Expand Down
6 changes: 0 additions & 6 deletions test/resources/test.application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ play.filters.disabled += play.filters.csrf.CSRFFilter

play.http.secret.key = "some_secret"

mongo-async-driver {
akka {
log-dead-letters-during-shutdown = off
log-dead-letters = 0
}
}

0 comments on commit 38346c9

Please sign in to comment.