Add JAXB API dependency that is no longer transitive via testcontainers

See gh-15371
This commit is contained in:
Andy Wilkinson
2018-12-03 15:06:32 +00:00
parent 3fd0380359
commit 425a3aacf5

View File

@@ -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>