File tree Expand file tree Collapse file tree 8 files changed +11
-18
lines changed
spring-cloud-app-broker-core
spring-cloud-app-broker-docs Expand file tree Collapse file tree 8 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,6 @@ task codeCoverageReport(type: JacocoReport) {
383383
384384wrapper {
385385 gradleVersion = " 6.5.1"
386- distributionType = Wrapper.DistributionType . ALL
387386}
388387
389388def getDocumentationProjects () {
Original file line number Diff line number Diff line change 4545 disable_checksum_uploads : true
4646 artifact_set :
4747 - include :
48- - " /**/spring-cloud-app-broker-*- docs.zip"
48+ - " /**/spring-cloud-app-broker-docs-* .zip"
4949 properties :
5050 " zip.type " : " docs"
5151 " zip.deployed " : " false"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ while [ $artifacts_published == "false" ] && [ $retry_counter -lt $WAIT_ATTEMPTS
4444 sleep $WAIT_TIME
4545done
4646if [[ $artifacts_published == " false" ]]; then
47- echo " Failed to ditribute "
47+ echo " Failed to distribute "
4848 exit 1
4949fi
5050
Original file line number Diff line number Diff line change @@ -3,16 +3,12 @@ group=org.springframework.cloud
33
44onlyShowStandardStreamsOnTestFailure = false
55
6- assertjVersion = 3.13.2
76awaitilityVersion = 4.0.2
87blockHoundVersion = 1.0.3.RELEASE
98cfJavaClientVersion = 4.7.0.RELEASE
109checkstyleVersion = 8.33
1110commonsTextVersion = 1.8
1211immutablesVersion = 2.8.8
13- junitJupiterVersion = 5.5.2
14- junitPlatformLauncherVersion = 1.6.2
15- mockitoVersion = 3.1.0
1612openServiceBrokerVersion = 3.2.0-SNAPSHOT
1713pmdVersion = 6.24.0
1814springBootVersion = 2.3.1.RELEASE
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1-all .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1-bin .zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id " io.spring.dependency-management" version " 1.0.9.RELEASE"
4- id " org.springframework.boot" version " 2.2.7.RELEASE"
5- id " com.jfrog.artifactory" version " 4.15.2"
3+ id " org.springframework.boot" version " ${ springBootVersion} "
64 id " io.spring.nohttp" version " 0.0.5.RELEASE"
75 id ' org.asciidoctor.jvm.pdf' version ' 3.1.0'
86 id ' org.asciidoctor.jvm.convert' version ' 3.1.0'
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ dependencies {
2727
2828 implementation " org.apache.commons:commons-text:${ commonsTextVersion} "
2929
30- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine: ${ junitJupiterVersion } "
31- testRuntimeOnly " org.junit.platform:junit-platform-launcher: ${ junitPlatformLauncherVersion } "
30+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
31+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3232
3333 testImplementation " org.springframework:spring-test"
3434 testImplementation " io.projectreactor:reactor-test"
3535 testImplementation " io.projectreactor.tools:blockhound-junit-platform:${ blockHoundVersion} "
36- testImplementation " org.junit.jupiter:junit-jupiter-api: ${ junitJupiterVersion } "
37- testImplementation " org.assertj:assertj-core: ${ assertjVersion } "
38- testImplementation " org.mockito:mockito-core: ${ mockitoVersion } "
39- testImplementation " org.mockito:mockito-junit-jupiter: ${ mockitoVersion } "
36+ testImplementation " org.junit.jupiter:junit-jupiter-api"
37+ testImplementation " org.assertj:assertj-core"
38+ testImplementation " org.mockito:mockito-core"
39+ testImplementation " org.mockito:mockito-junit-jupiter"
4040}
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ dependencies {
2929 implementation enforcedPlatform(" org.springframework.boot:spring-boot-dependencies:${ springBootVersion} " )
3030 implementation project(" :spring-cloud-app-broker-core" )
3131 implementation " org.springframework.boot:spring-boot-starter"
32+ implementation " org.springframework.boot:spring-boot-starter-data-r2dbc"
3233 implementation " org.springframework.boot:spring-boot-starter-security"
3334 implementation " org.springframework.boot:spring-boot-starter-tomcat"
3435 implementation " io.projectreactor:reactor-core"
35- implementation " org.springframework.data:spring-data-r2dbc:1.1.1.RELEASE"
3636 implementation " io.r2dbc:r2dbc-h2:0.8.0.RELEASE"
3737
3838 docs " io.spring.docresources:spring-doc-resources:0.2.1.RELEASE@zip"
You can’t perform that action at this time.
0 commit comments