diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index daa5f2101..790d179b5 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -35,6 +35,7 @@ 1.8 2.1.7.RELEASE 5.8.0 + 3.11.0 @@ -116,7 +117,7 @@ com.squareup.okhttp3 okhttp - 3.11.0 + ${okhttp.version} provided @@ -158,6 +159,7 @@ + spring-snapshots @@ -170,6 +172,18 @@ false + + + jfrog-snapshots + JFrog Snapshots + https://oss.jfrog.org/oss-snapshot-local/ + + true + + + false + + spring-milestones Spring Milestones @@ -187,6 +201,35 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + + @@ -203,7 +246,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.3.3.RELEASE + ${spring-boot.version}