Skip to content

Commit

Permalink
unit test module애 있는 파일들의 위치를 kotlin 폴더로 변경한다
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeongkyun committed Oct 2, 2023
1 parent 8bbb5da commit a557710
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unit-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ project(":unit-test") {

testImplementation("org.springframework.boot:spring-boot-starter-web")
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa")
testImplementation("com.h2database:h2")

testImplementation(group = "com.fasterxml.jackson.core", name = "jackson-core", version = "2.13.3")
testImplementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.13.3")
Expand Down

0 comments on commit a557710

Please sign in to comment.