We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2589e7b commit 6e32e58Copy full SHA for 6e32e58
pom.xml
@@ -76,6 +76,15 @@
76
<version>${elasticsearch-client.version}</version>
77
<scope>test</scope>
78
</dependency>
79
+
80
+ <!-- We fake a dependency for version 9 so we will hopefully benefit from automatic upgrades with dependabot -->
81
+ <dependency>
82
+ <groupId>org.elasticsearch</groupId>
83
+ <artifactId>rest-api-spec</artifactId>
84
+ <version>${elasticsearch.version}</version>
85
+ <scope>provided</scope>
86
+ </dependency>
87
88
<dependency>
89
<groupId>com.fasterxml.jackson.core</groupId>
90
<artifactId>jackson-core</artifactId>
0 commit comments