Skip to content

Commit 06a50d9

Browse files
committed
remove: 불필요한 dependency 제거
1 parent b8c2ae3 commit 06a50d9

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

nmnb-bootstrap/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dependencies {
22
implementation(project(":nmnb-application"))
3-
implementation(project(":nmnb-domain"))
43

54
implementation("org.springframework.boot:spring-boot-starter-web")
65
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
@@ -9,9 +8,6 @@ dependencies {
98

109
// Swagger
1110
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
12-
13-
// Redis
14-
implementation ("org.springframework.boot:spring-boot-starter-data-redis")
1511
}
1612

1713
tasks.bootJar {

nmnb-webflux-bootstrap/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dependencies {
66

77
// Webflux
88
implementation ("org.springframework.boot:spring-boot-starter-webflux")
9-
10-
// R2dbc Redis
11-
implementation("org.springframework.boot:spring-boot-starter-data-redis-reactive")
129
}
1310

1411
tasks.bootJar {

0 commit comments

Comments
 (0)