From 7bc12add21ad39fcfed06c782c9939a48e993dc8 Mon Sep 17 00:00:00 2001 From: Sangjune park <74230343+tkdwns414@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:45:14 +0900 Subject: [PATCH] Update build.gradle --- build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0a01a45..455da4f 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' - //Database + // Database implementation 'org.springframework.boot:spring-boot-starter-data-jdbc' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' runtimeOnly 'com.mysql:mysql-connector-j' @@ -51,8 +51,11 @@ dependencies { implementation 'io.jsonwebtoken:jjwt-impl:0.11.5' implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5' - //FCM + // FCM implementation 'com.google.firebase:firebase-admin:9.2.0' + + // CI/CD health check + implementation 'org.springframework.boot:spring-boot-starter-actuator' } tasks.named('test') {