Skip to content

Commit 6e32e58

Browse files
committed
Add the fake dependency for the server
1 parent 2589e7b commit 6e32e58

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
<version>${elasticsearch-client.version}</version>
7777
<scope>test</scope>
7878
</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+
7988
<dependency>
8089
<groupId>com.fasterxml.jackson.core</groupId>
8190
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)