pom 파일 정리

This commit is contained in:
kimscott
2019-07-29 10:55:53 +09:00
parent 2d11e2226e
commit c78a7a9c44

View File

@@ -38,11 +38,6 @@
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>