Browse Source

Adds spring-hateoas version temporarily.

pull/680/merge
Spencer Gibb 5 years ago
parent
commit
027346bc34
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 6
      spring-cloud-commons/pom.xml

6
spring-cloud-commons/pom.xml

@ -110,6 +110,12 @@ @@ -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>

Loading…
Cancel
Save