Skip to content

Commit

Permalink
Merging [ITSASU-mongo-version-fix] Remove duplicate config #234 into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
AlexRimmerHMRC committed Jul 18, 2022
2 parents 0ad7012 + b02cf1d commit bf96f08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/config/MicroserviceAppConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ trait AppConfig {
val desAuthorisationToken: String
val desEnvironmentHeader: (String, String)

val mongoUri: String
}

@Singleton
Expand Down Expand Up @@ -82,5 +81,4 @@ class MicroserviceAppConfig @Inject()(servicesConfig: ServicesConfig, val config

def propertySubscribeUrl(nino: String): String = s"$desURL/income-tax-self-assessment/nino/$nino/properties"

lazy val mongoUri: String = loadConfig("mongodb.uri")
}
2 changes: 0 additions & 2 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ object AppDependencies {

private val playVersion = "2.8.14"

private val hmrcMongoVersion = "0.64.0"

val compile = Seq(
ws,
"uk.gov.hmrc" %% "bootstrap-backend-play-28" % bootstrapBackendVersion,
Expand Down

0 comments on commit bf96f08

Please sign in to comment.