Skip to content

Commit c0ad3a0

Browse files
committed
fixup! Create spring-boot-data-elasticsearch module
1 parent d1f23e7 commit c0ad3a0

File tree

2 files changed

+2
-3
lines changed
  • spring-boot-project

2 files changed

+2
-3
lines changed

Diff for: spring-boot-project/spring-boot-data-elasticsearch/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "org.springframework.boot.optional-dependencies"
88
}
99

10-
description = "Spring Boot New Project"
10+
description = "Spring Boot Data Elasticsearch"
1111

1212
dependencies {
1313
api(project(":spring-boot-project:spring-boot-elasticsearch"))

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ description = "Starter for using Elasticsearch search and analytics engine and S
66

77
dependencies {
88
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
9-
api(project(":spring-boot-project:spring-boot-elasticsearch"))
9+
api(project(":spring-boot-project:spring-boot-data-elasticsearch"))
1010
api(project(":spring-boot-project:spring-boot-tx"))
11-
api("org.springframework.data:spring-data-elasticsearch")
1211

1312
runtimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
1413
}

0 commit comments

Comments
 (0)