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
pull/13582/merge
Brian Clozel 6 years ago
parent 9c0ce3d20a
commit 0654dd4de2

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

Loading…
Cancel
Save