Skip to content

Commit

Permalink
chore - 임시 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongGi committed Mar 19, 2024
1 parent 3738deb commit 8f0c6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bm-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'

implementation project(':bm-common')
// implementation project(':bm-common')
}

tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion bm-controller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
runtimeOnly "io.jsonwebtoken:jjwt-impl:0.11.1"
runtimeOnly "io.jsonwebtoken:jjwt-jackson:0.11.1"
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation project(":bm-common")
// implementation project(":bm-common")

implementation 'org.springframework.boot:spring-boot-starter-validation'
asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down

0 comments on commit 8f0c6dd

Please sign in to comment.