We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db30a commit 06a79bfCopy full SHA for 06a79bf
build.gradle
@@ -69,6 +69,7 @@ subprojects {
69
70
repositories {
71
jcenter()
72
+ maven { url "https://repo.spring.io/snapshot" }
73
}
74
75
springBoot {
core/build.gradle
@@ -25,6 +25,7 @@ dependencies {
25
compile "com.hazelcast:hazelcast-client"
26
compile 'com.hazelcast:hazelcast-kubernetes:1.1.0'
27
compile "org.springframework.boot:spring-boot-starter-hateoas"
28
+ compile "org.springframework.hateoas:spring-hateoas:0.25.1.BUILD-SNAPSHOT"
29
compile "org.springframework.boot:spring-boot-starter-data-jpa"
30
compile "org.springframework.boot:spring-boot-starter-web"
31
compile "org.springframework.boot:spring-boot-starter-actuator"
0 commit comments