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:
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…
Reference in New Issue