Skip to content

Commit

Permalink
Add spring snapshot/milestone repo to gradle file of pet-store sample
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Jun 30, 2023
1 parent 2854bee commit 9c95d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/springboot3/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apply plugin: 'java'
repositories {
mavenLocal()
mavenCentral()
maven {url "https://repo.spring.io/milestone"}
maven {url "https://repo.spring.io/snapshot"}
}

dependencies {
Expand Down

0 comments on commit 9c95d19

Please sign in to comment.