We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a24ab commit c7b148eCopy full SHA for c7b148e
build.gradle
@@ -24,8 +24,8 @@ dependencies {
24
compile("org.springframework.boot:spring-boot-starter-data-jpa")
25
compile("org.springframework.boot:spring-boot-starter-actuator")
26
compile("org.springframework.boot:spring-boot-starter-data-rest")
27
- compile("org.springframework.cloud:spring-cloud-spring-service-connector:1.0.0.RELEASE")
28
- compile("org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.0.0.RELEASE")
+ compile("org.springframework.cloud:spring-cloud-spring-service-connector:1.1.0.RELEASE")
+ compile("org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.1.0.RELEASE")
29
runtime("org.hsqldb:hsqldb")
30
runtime("mysql:mysql-connector-java:5.1.25")
31
0 commit comments