We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ca42 commit 44293c7Copy full SHA for 44293c7
README.md
@@ -15,6 +15,10 @@ To include all (API and implementation) (Spring boot Starter):
15
}
16
17
//IMPORTANT! if you use the version 0.6.0-beta
18
+ repositories {
19
+ ...
20
+ maven { url "https://repo.spring.io/milestone" }
21
+ }
22
configurations.all {
23
resolutionStrategy.eachDependency {DependencyResolveDetails details ->
24
if (details.requested.group == 'io.projectreactor.rabbitmq'){
0 commit comments