Skip to content

Commit

Permalink
NoClassDefFoundError fix for Person-search-service og fjernet utkomme…
Browse files Browse the repository at this point in the history
…ntert dependency backend (#3504)
  • Loading branch information
stigus committed Jun 5, 2024
1 parent b808a46 commit 93416a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dolly-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions apps/person-search-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 93416a5

Please sign in to comment.