From 1731b49bc6c0a63d8e63a9576efdf49add1da648 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 12 Dec 2018 12:23:29 -0600 Subject: [PATCH] #760 - Make Spring Plugin a full dependency. The scenarios of using Spring HATEOAS without Spring Plugin are too niche to not support the potential error messages should people use Spring HATEOAS outside of Spring Boot. --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index f2081ac2..82dd085b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ hyper-text driven REST web services. - 2012-2017 + 2012-2018 Pivotal, Inc. @@ -48,7 +48,7 @@ Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - Copyright 2011 the original author or authors. + Copyright 2011-2018 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -68,17 +68,18 @@ UTF-8 - 5.0.10.RELEASE + 1.8 + 1.2.2 1.2.3 0.7.9 ${project.build.directory}/jacoco.exec 2.9.7 spring.hateoas - 2.2.1 2.2.0 + 2.2.1 1.7.25 - 1.2.2 - 1.8 + 5.0.11.RELEASE + 2.0.0.BUILD-SNAPSHOT @@ -86,7 +87,7 @@ spring5-next - 5.0.11.BUILD-SNAPSHOT + 5.0.12.BUILD-SNAPSHOT 2.9.2 @@ -100,7 +101,7 @@ spring51-next - 5.1.0.BUILD-SNAPSHOT + 5.1.4.BUILD-SNAPSHOT 2.9.2 @@ -449,8 +450,7 @@ org.springframework.plugin spring-plugin-core - 2.0.0.BUILD-SNAPSHOT - true + ${spring-plugin.version}