Skip to content

Commit

Permalink
Merge pull request #19147 from rdehuyss/patch-2
Browse files Browse the repository at this point in the history
Add capability for elasticsearch-rest-high-level-client
  • Loading branch information
gsmet authored Aug 2, 2021
2 parents 949b6aa + 2c412e4 commit 9b913df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public interface Capability {
String MONGODB_PANACHE = QUARKUS_PREFIX + "mongodb.panache";
String MONGODB_PANACHE_KOTLIN = MONGODB_PANACHE + ".kotlin";

String ELASTICSEARCH_REST_HIGH_LEVEL_CLIENT = QUARKUS_PREFIX + "elasticsearch-rest-high-level-client";

String FLYWAY = QUARKUS_PREFIX + "flyway";
String LIQUIBASE = QUARKUS_PREFIX + "liquibase";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-maven-plugin</artifactId>
<configuration>
<capabilities>
<provides>io.quarkus.elasticsearch-rest-high-level-client</provides>
</capabilities>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 9b913df

Please sign in to comment.