Skip to content

Commit

Permalink
Merge pull request #109 from dnd-side-project/dev
Browse files Browse the repository at this point in the history
release v0.2.1
  • Loading branch information
rlacksgus97 authored Mar 5, 2024
2 parents 0b4b2d7 + f888742 commit 1efde8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ repositories {

dependencies {
/* spring starter */
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'

/* micrometer */
implementation 'io.micrometer:micrometer-registry-prometheus'

/* lombok */
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit 1efde8f

Please sign in to comment.