Browse Source

Fix doc generation

For some reason the documentation worked locally with 973a18d but does not
on CI.
pull/7905/head
Stephane Nicoll 9 years ago
parent
commit
7d81de1469
  1. 5
      spring-boot-docs/pom.xml

5
spring-boot-docs/pom.xml

@ -620,6 +620,11 @@ @@ -620,6 +620,11 @@
<artifactId>spring-data-jpa</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>

Loading…
Cancel
Save