diff --git a/build.gradle b/build.gradle index 063b365..54ede41 100644 --- a/build.gradle +++ b/build.gradle @@ -42,6 +42,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.8.2' implementation 'org.apache.commons:commons-csv:1.11.0' + // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind + implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4") } bootJar { @@ -58,4 +60,4 @@ docker { tasks.named('build') { dependsOn(tasks.docker) -} \ No newline at end of file +}