Browse Source

Add JAXB API dependency that is no longer transitive via testcontainers

See gh-15371
pull/15487/head
Andy Wilkinson 7 years ago
parent
commit
42b58f6d27
  1. 5
      spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml

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

@ -481,6 +481,11 @@ @@ -481,6 +481,11 @@
</exclusion>
</exclusions>
</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