모듈 참조 제거

This commit is contained in:
sejoung kim
2021-06-23 20:31:31 +09:00
parent c2c93baa6d
commit dbcd2e59e3

View File

@@ -13,9 +13,6 @@ dependencies {
implementation project(':adapters:jpa-persistence')
implementation project(':adapters:rest')
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'com.h2database:h2'
testImplementation('org.springframework.boot:spring-boot-starter-test') {