Skip to content

Commit

Permalink
PI-1478 changes to retry exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevomcallister committed Sep 21, 2023
1 parent 51fd462 commit 2afd90e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/messaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation(libs.bundles.telemetry)
implementation(libs.openfeign)
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
compileOnly(libs.openfeign)
compileOnly("org.springframework.boot:spring-boot-starter-data-jpa")

api(libs.bundles.aws.messaging)

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation(libs.bundles.mockito)
testImplementation(libs.openfeign)
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa")
}

configure<ClassPathExtension> {
Expand Down

0 comments on commit 2afd90e

Please sign in to comment.