From db1f4891e3e9869e4ff3f897f65b3ec160ca58b8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2015 10:38:10 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20rely=20on=20org.json:json=20bei?= =?UTF-8?q?ng=20pulled=20in=20transitively?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, spring-boot required org.json:json to be on the compile classpath, but it was only there by virtue of it being a transitive dependency of another of spring-boot’s dependency. This commit makes it clear that spring-boot has an (optional) dependency on org.json:json by having an explicit dependency declaration for it. Additionally, the name of the version property and the alphabetical ordering in spring-boot-dependencies have been corrected. Closes gh-3290 --- spring-boot-dependencies/pom.xml | 12 ++++++------ spring-boot/pom.xml | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index e9a064f2152..aed5eca35c0 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -85,7 +85,6 @@ 7.2.2.Final 2.5.4 2.7.8 - 20141113 3.18.1-GA 1.0.0 1.5.3 @@ -100,6 +99,7 @@ 1.10 2.8.1 1.3.1 + 20141113 2.0.0 1.2 4.12 @@ -1467,11 +1467,6 @@ - - org.json - json - ${json.version} - org.javassist javassist @@ -1487,6 +1482,11 @@ jolokia-core ${jolokia.version} + + org.json + json + ${json.version} + org.liquibase liquibase-core diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 9a212b45f04..1dc613bc28f 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -169,6 +169,11 @@ hibernate-validator true + + org.json + json + true + org.liquibase liquibase-core