mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 12:59:10 +00:00
c5a7254ce5
update marketing-content
5 lines
134 B
Groovy
5 lines
134 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
// 데이터베이스 의존성
|
|
runtimeOnly 'org.postgresql:postgresql'
|
|
} |