Commit a1bea695 authored by Andy Wilkinson's avatar Andy Wilkinson

Make Elasticsearch dependency available to javadoc generation

See gh-12600
parent 503faf31
...@@ -492,6 +492,11 @@ ...@@ -492,6 +492,11 @@
<artifactId>http2-server</artifactId> <artifactId>http2-server</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>${elasticsearch.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.flywaydb</groupId> <groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId> <artifactId>flyway-core</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