Skip to content

Commit 9053bad

Browse files
committed
Add dependency management for Elasticsearch modules used by Spring Data
See gh-9374
1 parent dba6bcc commit 9053bad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,16 @@
16371637
<artifactId>elasticsearch</artifactId>
16381638
<version>${elasticsearch.version}</version>
16391639
</dependency>
1640+
<dependency>
1641+
<groupId>org.elasticsearch.client</groupId>
1642+
<artifactId>transport</artifactId>
1643+
<version>${elasticsearch.version}</version>
1644+
</dependency>
1645+
<dependency>
1646+
<groupId>org.elasticsearch.plugin</groupId>
1647+
<artifactId>transport-netty4-client</artifactId>
1648+
<version>${elasticsearch.version}</version>
1649+
</dependency>
16401650
<dependency>
16411651
<groupId>org.firebirdsql.jdbc</groupId>
16421652
<artifactId>jaybird-jdk17</artifactId>

0 commit comments

Comments
 (0)