Skip to content

Commit

Permalink
add jaxb dependency to spring and apache cxf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 7, 2024
1 parent cdbc5a3 commit a65d591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ lazy val `kamon-spring` = (project in file("instrumentation/kamon-spring"))

okHttp % "test",
"com.h2database" % "h2" % "1.4.200" % "test",
"javax.xml.bind" % "jaxb-api" % "2.3.1" % "test",
"org.springframework.boot" % "spring-boot-starter-data-jpa" % "2.4.2" % "test",
scalatest % "test",
logbackClassic % "test",
Expand Down Expand Up @@ -855,6 +856,7 @@ lazy val `kamon-apache-cxf` = (project in file("instrumentation/kamon-apache-cxf
"org.mock-server" % "mockserver-client-java" % "5.13.2" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.41.0" % "test",
"javax.xml.bind" % "jaxb-api" % "2.3.1" % "test",
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % "3.3.6" % "test",
"org.apache.cxf" % "cxf-rt-transports-http" % "3.3.6" % "test",
)
Expand Down

0 comments on commit a65d591

Please sign in to comment.