diff --git a/build.gradle b/build.gradle index c5770e4..a590c3e 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,6 @@ developmentOnly 'org.springframework.boot:spring-boot-devtools' providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' testImplementation 'org.springframework.boot:spring-boot-starter-test' - compile("com.fasterxml.jackson.core:jackson-databind") }