#212 - Fixed dependency setup for Spring 5 build profile.

Upgraded the profile to include Spring HATEOAS 0.21, as older versions refer to the removed AnnotationMethodHandlerAdapter.
This commit is contained in:
Oliver Gierke
2016-09-28 19:33:51 +02:00
parent 9df803ef8c
commit de72fd4a66

View File

@@ -47,6 +47,7 @@
<id>spring5</id>
<properties>
<spring.version>5.0.0.M2</spring.version>
<spring-hateoas.version>0.21.0.RELEASE</spring-hateoas.version>
</properties>
</profile>
</profiles>