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 dba6bcc commit 9053badCopy full SHA for 9053bad
spring-boot-dependencies/pom.xml
@@ -1637,6 +1637,16 @@
1637
<artifactId>elasticsearch</artifactId>
1638
<version>${elasticsearch.version}</version>
1639
</dependency>
1640
+ <dependency>
1641
+ <groupId>org.elasticsearch.client</groupId>
1642
+ <artifactId>transport</artifactId>
1643
+ <version>${elasticsearch.version}</version>
1644
+ </dependency>
1645
1646
+ <groupId>org.elasticsearch.plugin</groupId>
1647
+ <artifactId>transport-netty4-client</artifactId>
1648
1649
1650
<dependency>
1651
<groupId>org.firebirdsql.jdbc</groupId>
1652
<artifactId>jaybird-jdk17</artifactId>
0 commit comments