mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-28 14:52:20 +00:00
Dependency updates and cleanup.
Original Pull Request #2946 Closes #2945
This commit is contained in:
parent
dd156b9e29
commit
95e028a1e9
23
pom.xml
23
pom.xml
@ -24,11 +24,11 @@
|
|||||||
<elasticsearch-java>8.14.1</elasticsearch-java>
|
<elasticsearch-java>8.14.1</elasticsearch-java>
|
||||||
|
|
||||||
<blockhound-junit>1.0.9.RELEASE</blockhound-junit>
|
<blockhound-junit>1.0.9.RELEASE</blockhound-junit>
|
||||||
<hoverfly>0.18.1</hoverfly>
|
<hoverfly>0.19.0</hoverfly>
|
||||||
<log4j>2.23.1</log4j>
|
<log4j>2.23.1</log4j>
|
||||||
<jsonassert>1.5.1</jsonassert>
|
<jsonassert>1.5.3</jsonassert>
|
||||||
<testcontainers>1.19.8</testcontainers>
|
<testcontainers>1.20.0</testcontainers>
|
||||||
<wiremock>3.0.1</wiremock>
|
<wiremock>3.9.1</wiremock>
|
||||||
|
|
||||||
<java-module-name>spring.data.elasticsearch</java-module-name>
|
<java-module-name>spring.data.elasticsearch</java-module-name>
|
||||||
|
|
||||||
@ -132,17 +132,6 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.elasticsearch.client</groupId>
|
|
||||||
<artifactId>elasticsearch-rest-client</artifactId> <!-- is Apache 2-->
|
|
||||||
<version>${elasticsearch-java}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>commons-logging</groupId>
|
|
||||||
<artifactId>commons-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Jackson JSON Mapper -->
|
<!-- Jackson JSON Mapper -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -263,8 +252,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.tomakehurst</groupId>
|
<groupId>org.wiremock</groupId>
|
||||||
<artifactId>wiremock-jre8</artifactId>
|
<artifactId>wiremock</artifactId>
|
||||||
<version>${wiremock}</version>
|
<version>${wiremock}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user