Commit 0654dd4d authored by Brian Clozel's avatar Brian Clozel

Add JUnit Jupiter API to spring-boot-docs build

This is required for the docs module to inspect Spring Boot
annotations for meta-annotations.

See gh-13739
parent 9c0ce3d2
......@@ -318,6 +318,11 @@
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</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