diff --git a/prototype/build.gradle b/prototype/build.gradle index 1eae420..7378260 100644 --- a/prototype/build.gradle +++ b/prototype/build.gradle @@ -22,7 +22,6 @@ targetCompatibility = 1.8 dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' - implementation 'org.springframework.boot:spring-boot-starter-data-jdbc' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-devtools' implementation 'org.xerial:sqlite-jdbc:3.28.0'