Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 4a2571d

Browse files
committed
Use spring-data-elasticsearch:4.1.0-RC1 in data-elasticsearch sample
1 parent 483decb commit 4a2571d

File tree

1 file changed

+1
-6
lines changed
  • spring-graalvm-native-samples/data-elasticsearch

1 file changed

+1
-6
lines changed

spring-graalvm-native-samples/data-elasticsearch/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<groupId>org.springframework.experimental</groupId>
2525
<artifactId>spring-graalvm-native</artifactId>
2626
<version>0.8.1</version>
27-
<scope>compile</scope>
28-
</dependency>
29-
<dependency>
30-
<groupId>org.springframework</groupId>
31-
<artifactId>spring-context-indexer</artifactId>
3227
</dependency>
3328

3429
<!-- Spring and Spring Boot dependencies -->
@@ -52,7 +47,7 @@
5247
<dependency>
5348
<groupId>org.springframework.data</groupId>
5449
<artifactId>spring-data-elasticsearch</artifactId>
55-
<version>4.1.0-SNAPSHOT</version>
50+
<version>4.1.0-RC1</version>
5651
</dependency>
5752

5853
<dependency>

0 commit comments

Comments
 (0)