Skip to content

Commit

Permalink
Added missing (and very slightly used) dependency on httpcore5, previ…
Browse files Browse the repository at this point in the history
…ously added transitively through Vault dependencies.
  • Loading branch information
rfc3092 committed Oct 22, 2024
1 parent 89c8266 commit e9464be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/organisasjon-mottak-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
implementation "org.springframework.cloud:spring-cloud-starter-bootstrap" // TODO remove legacy bootstrap config

implementation "org.springframework.kafka:spring-kafka"
implementation "org.apache.httpcomponents.core5:httpcore5:5.3"
implementation "org.apache.kafka:kafka-clients:$versions.apacheKafka"
implementation "io.confluent:kafka-avro-serializer:$versions.avro"

Expand Down

0 comments on commit e9464be

Please sign in to comment.