diff --git a/apps/dolly-backend/build.gradle b/apps/dolly-backend/build.gradle index 26e015243b7..926feba0ff5 100644 --- a/apps/dolly-backend/build.gradle +++ b/apps/dolly-backend/build.gradle @@ -93,7 +93,6 @@ dependencies { implementation 'org.ehcache:ehcache:3.10.8' implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' -// implementation 'com.fasterxml.jackson.datatype:jackson-core:2.17.1' implementation 'org.postgresql:postgresql' implementation 'org.flywaydb:flyway-core' implementation 'io.micrometer:micrometer-registry-prometheus' diff --git a/apps/person-search-service/build.gradle b/apps/person-search-service/build.gradle index 3c31ec89cba..f565c55dd44 100644 --- a/apps/person-search-service/build.gradle +++ b/apps/person-search-service/build.gradle @@ -59,6 +59,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-elasticsearch' implementation 'org.opensearch.client:spring-data-opensearch:1.4.0' + implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' + implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'