Adds spring-hateoas version temporarily.

This commit is contained in:
Spencer Gibb
2020-01-17 16:23:00 -05:00
parent 0549a11cd3
commit 027346bc34

View File

@@ -110,6 +110,12 @@
<artifactId>spring-boot-starter-hateoas</artifactId>
<optional>true</optional>
</dependency>
<!-- REMOVE after boot build updates -->
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>1.1.0.M1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>