Commit 42b58f6d authored by Andy Wilkinson's avatar Andy Wilkinson

Add JAXB API dependency that is no longer transitive via testcontainers

See gh-15371
parent 917108cc
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment