Update build.gradle

This commit is contained in:
Ceren Ugurlu
2019-04-14 16:42:57 +00:00
parent b959484185
commit dd184a1398

View File

@@ -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',