Skip to content

Commit

Permalink
add dependency on jaxb-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 1, 2023
1 parent 74c3dd0 commit e54e224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ lazy val swagger = (projectMatrix in file("."))
"com.typesafe.play" %% "play-specs2" % "2.9.0" % Test,
"io.swagger" % "swagger-core" % "1.6.11",
"io.swagger" %% "swagger-scala-module" % "1.0.6",
"javax.xml.bind" % "jaxb-api" % "2.3.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
"com.typesafe.play" %% "play-ebean" % "7.0.0-RC2" % Test,
)
Expand Down

0 comments on commit e54e224

Please sign in to comment.