Skip to content

Commit

Permalink
Merge pull request #15 from hmrc/APID-38
Browse files Browse the repository at this point in the history
APID-38: disable Junit report plugin and remove unused import
  • Loading branch information
lburgos authored Jan 21, 2021
2 parents 77bde57 + d5be63f commit 6516361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ lazy val scoverageSettings = {

lazy val microservice = Project(appName, file("."))
.enablePlugins(play.sbt.PlayScala, SbtAutoBuildPlugin, SbtGitVersioning, SbtDistributablesPlugin)
.disablePlugins(JUnitXmlReportPlugin)
.settings(
majorVersion := 0,
scalaVersion := "2.12.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import play.api.mvc.Result
import play.api.test.Helpers._
import play.api.test.{FakeRequest, Helpers}
import uk.gov.hmrc.apiplatformoutboundsoap.connectors.OutboundConnector
import uk.gov.hmrc.apiplatformoutboundsoap.models.{MessageRequest, OutboundSoapMessage, SendingStatus, SentOutboundSoapMessage}
import uk.gov.hmrc.apiplatformoutboundsoap.models.{MessageRequest, SendingStatus, SentOutboundSoapMessage}
import uk.gov.hmrc.apiplatformoutboundsoap.services.OutboundService
import uk.gov.hmrc.http.NotFoundException

Expand Down

0 comments on commit 6516361

Please sign in to comment.