From dd184a13982daa502ef2088805b848615bf13219 Mon Sep 17 00:00:00 2001 From: Ceren Ugurlu Date: Sun, 14 Apr 2019 16:42:57 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b6ed72..55838e6 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,6 @@ dependencies { testCompile("junit:junit") compileOnly 'org.projectlombok:lombok:1.18.6' compile("org.springframework.boot:spring-boot-starter-data-jpa") - compile("com.h2database:h2") annotationProcessor 'org.projectlombok:lombok:1.18.6' testCompile( 'junit:junit:4.12',