소스 검색

remove mysql and h2

Kr Younger 6 년 전
부모
커밋
058b03b9b0
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      pom.xml

+ 0
- 4
pom.xml 파일 보기

@@ -30,10 +30,6 @@
30 30
 			<artifactId>spring-boot-starter-data-jpa</artifactId>
31 31
 		</dependency>
32 32
 		<dependency>
33
-			<groupId>mysql</groupId>
34
-			<artifactId>mysql-connector-java</artifactId>
35
-		</dependency>
36
-		<dependency>
37 33
 			<groupId>org.springframework.boot</groupId>
38 34
 			<artifactId>spring-boot-starter-data-rest</artifactId>
39 35
 		</dependency>