Commit ce75a585 authored by Andy Wilkinson's avatar Andy Wilkinson

Make spring-data-jdbc available to javadoc generation

See gh-14489
parent cce693f7
......@@ -787,6 +787,11 @@
<artifactId>spring-data-elasticsearch</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment