Skip to content

Commit 44293c7

Browse files
author
Daniel Bustamante Ospina
authored
Update README.md
1 parent 816ca42 commit 44293c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ To include all (API and implementation) (Spring boot Starter):
1515
}
1616
1717
//IMPORTANT! if you use the version 0.6.0-beta
18+
repositories {
19+
...
20+
maven { url "https://repo.spring.io/milestone" }
21+
}
1822
configurations.all {
1923
resolutionStrategy.eachDependency {DependencyResolveDetails details ->
2024
if (details.requested.group == 'io.projectreactor.rabbitmq'){

0 commit comments

Comments
 (0)