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
This commit is contained in:
Brian Clozel 2018-07-16 13:49:37 +02:00
parent 9c0ce3d20a
commit 0654dd4de2
1 changed files with 5 additions and 0 deletions

View File

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