Fix doc generation

For some reason the documentation worked locally with 973a18d but does not
on CI.
pull/7905/head
Stephane Nicoll 8 years ago
parent 7a75fb0f38
commit 7d81de1469

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