Skip to content

Commit

Permalink
fix hermes-client
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrrzysko committed Jan 5, 2024
1 parent e41ea9f commit 7c46851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermes-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
testImplementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version: versions.jersey
testImplementation group: 'org.glassfish.jersey.inject', name: 'jersey-hk2', version: versions.jersey
testImplementation group: 'org.springframework', name: 'spring-web', version: versions.spring_web
testImplementation group: 'org.springframework', name: 'spring-context', version: versions.spring_web
testImplementation group: 'org.springframework', name: 'spring-webflux', version: versions.spring_web
testImplementation group: 'com.squareup.okhttp3', name: 'okhttp', version: versions.okhttp
testImplementation group: 'io.projectreactor.netty', name: 'reactor-netty', version: '1.0.25'
Expand Down

0 comments on commit 7c46851

Please sign in to comment.