Skip to content

Commit

Permalink
Add rabbit-client dependency in server and test-harness modules in or…
Browse files Browse the repository at this point in the history
…der to get the upgraded version
  • Loading branch information
Heinrich Cohn authored and Aravindan Ramkumar committed Aug 9, 2021
1 parent bfdf2b8 commit 5ba17da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {

implementation "org.springdoc:springdoc-openapi-ui:${revOpenapi}"

implementation(group: 'com.rabbitmq', name: 'amqp-client'){ version{require "${revAmqpClient}"}}
runtimeOnly 'io.micrometer:micrometer-registry-datadog'

runtimeOnly 'com.netflix.spectator:spectator-reg-micrometer'
Expand Down
1 change: 1 addition & 0 deletions test-harness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
testImplementation "org.testcontainers:elasticsearch:${revTestContainer}"
testImplementation "org.testcontainers:mysql:${revTestContainer}"
testImplementation "org.testcontainers:postgresql:${revTestContainer}"
testImplementation(group: 'com.rabbitmq', name: 'amqp-client'){ version{require "${revAmqpClient}"}}
}

test {
Expand Down

0 comments on commit 5ba17da

Please sign in to comment.