Skip to content

Commit

Permalink
chore: api build.gradle 순서 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
olivejua committed Aug 16, 2024
1 parent 0c3ce30 commit 4f9f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
}

dependencies {
implementation project(':core')
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation project(':core')
}

test {
Expand Down

0 comments on commit 4f9f938

Please sign in to comment.