Fix doc generation

For some reason the documentation worked locally with 973a18d but does not
on CI.
This commit is contained in:
Stephane Nicoll 2017-01-06 10:36:29 +01:00
parent 7a75fb0f38
commit 7d81de1469

View File

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