Make Elasticsearch dependency available to javadoc generation

See gh-12600
This commit is contained in:
Andy Wilkinson 2018-05-08 12:12:21 +01:00
parent 503faf3153
commit a1bea69555
1 changed files with 5 additions and 0 deletions

View File

@ -492,6 +492,11 @@
<artifactId>http2-server</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>${elasticsearch.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>