mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 23:26:24 +00:00
8 lines
255 B
Groovy
8 lines
255 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
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'
|
|
} |