Skip to content

Commit

Permalink
Add missing libs-snapshot repository declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Jul 29, 2020
1 parent 3b54fe2 commit f185e07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management"
repositories {
maven { url "file:${rootDir}/../int-test-maven-repository"}
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/milestone" }
}

Expand Down

0 comments on commit f185e07

Please sign in to comment.