Skip to content

Commit 06a79bf

Browse files
authored
YD-261 Testing Spring HATEOAS 0.25.1.BUILD-SNAPSHOT (#535)
To see whether spring-projects/spring-hateoas#753 is fixed for us
1 parent d2db30a commit 06a79bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ subprojects {
6969

7070
repositories {
7171
jcenter()
72+
maven { url "https://repo.spring.io/snapshot" }
7273
}
7374

7475
springBoot {

core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
compile "com.hazelcast:hazelcast-client"
2626
compile 'com.hazelcast:hazelcast-kubernetes:1.1.0'
2727
compile "org.springframework.boot:spring-boot-starter-hateoas"
28+
compile "org.springframework.hateoas:spring-hateoas:0.25.1.BUILD-SNAPSHOT"
2829
compile "org.springframework.boot:spring-boot-starter-data-jpa"
2930
compile "org.springframework.boot:spring-boot-starter-web"
3031
compile "org.springframework.boot:spring-boot-starter-actuator"

0 commit comments

Comments
 (0)