From 6eabe8235c41b78f30e253e381aa473fb933dc8a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 22 Dec 2017 09:46:51 -0800 Subject: [PATCH] Add optional javax.money dependency Add an optional dependency to `javax.money` to Eclipse errors in `WebConversionService`. See gh-5523 See gh-11402 --- spring-boot-project/spring-boot-autoconfigure/pom.xml | 5 +++++ spring-boot-project/spring-boot-dependencies/pom.xml | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index cd8164a2158..7005ece6a36 100755 --- a/spring-boot-project/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml @@ -121,6 +121,11 @@ javax.json.bind-api true + + javax.money + money-api + true + io.searchbox jest diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 5ac84e61d80..3e7e7513f89 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -77,6 +77,7 @@ 1.0.0 2.0.1 1.6.0 + 1.0.1 1.2 2.0.0.Final 1.1.6 @@ -972,6 +973,11 @@ javax.mail-api ${javax-mail.version} + + javax.money + money-api + ${javax-money.version} + javax.servlet javax.servlet-api @@ -1237,8 +1243,8 @@ ${artemis.version} - commons-logging - commons-logging + commons-logging + commons-logging