mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
refactor: build.gradle 최상단으로 이동
This commit is contained in:
parent
d24509adb6
commit
ee9736bb9f
@ -53,6 +53,13 @@ subprojects {
|
|||||||
implementation 'com.azure:azure-messaging-eventhubs-checkpointstore-blob:1.19.0'
|
implementation 'com.azure:azure-messaging-eventhubs-checkpointstore-blob:1.19.0'
|
||||||
implementation 'com.azure:azure-identity:1.11.4'
|
implementation 'com.azure:azure-identity:1.11.4'
|
||||||
|
|
||||||
|
// Azure Blob Storage 의존성 추가
|
||||||
|
implementation 'com.azure:azure-storage-blob:12.25.0'
|
||||||
|
implementation 'com.azure:azure-identity:1.11.1'
|
||||||
|
|
||||||
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
|
||||||
|
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
|
|||||||
@ -1,7 +1,4 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':common')
|
implementation project(':common')
|
||||||
runtimeOnly 'org.postgresql:postgresql'
|
runtimeOnly 'org.postgresql:postgresql'
|
||||||
|
|
||||||
// WebClient를 위한 Spring WebFlux 의존성
|
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
|
||||||
}
|
}
|
||||||
@ -1,10 +1,4 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':common')
|
implementation project(':common')
|
||||||
runtimeOnly 'com.mysql:mysql-connector-j'
|
runtimeOnly 'com.mysql:mysql-connector-j'
|
||||||
|
|
||||||
// Azure Blob Storage 의존성 추가
|
|
||||||
implementation 'com.azure:azure-storage-blob:12.25.0'
|
|
||||||
implementation 'com.azure:azure-identity:1.11.1'
|
|
||||||
|
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user