Browse Source

Add JAXB API dependency that is no longer transitive via testcontainers

See gh-15371
pull/16246/head
Andy Wilkinson 7 years ago
parent
commit
425a3aacf5
  1. 5
      spring-boot-project/spring-boot-actuator/pom.xml

5
spring-boot-project/spring-boot-actuator/pom.xml

@ -272,6 +272,11 @@ @@ -272,6 +272,11 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>

Loading…
Cancel
Save