Add JAXB API dependency that is no longer transitive via testcontainers

See gh-15371
This commit is contained in:
Andy Wilkinson
2018-12-03 16:29:10 +00:00
parent 917108cce7
commit 42b58f6d27

View File

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