Skip to content

Commit

Permalink
Merge pull request #259 from Juinjang/feat/256
Browse files Browse the repository at this point in the history
[feat#256] 프로메테우스 관련 의존성 추가
  • Loading branch information
PicturePark1101 authored Dec 17, 2024
2 parents c2b94b0 + 8fb574f commit 881d953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ dependencies {

implementation 'commons-codec:commons-codec:1.16.0' // Base64 인코딩을 위한 의존성

}
// prometheus
implementation 'io.micrometer:micrometer-registry-prometheus'
}가

tasks.named('test') {
useJUnitPlatform()
Expand Down

0 comments on commit 881d953

Please sign in to comment.