From 1c27a2a53eb2896f23f503f4249d0c31269fc5d5 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Wed, 15 Jan 2020 11:07:57 +0100 Subject: [PATCH] removed unneeded spring-boot dependency --- prototype/build.gradle | 1 - 1 file changed, 1 deletion(-) 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'