From f6cbee6b7fea4a766a069747a9de611c3c59085c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Sep 2017 16:51:42 +0200 Subject: [PATCH] Add missing javadoc dependency --- spring-boot-docs/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 5a0fc1a6a4..4ce316868f 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -268,6 +268,11 @@ javax.jms-api true + + javax.json.bind + javax.json.bind-api + true + javax.mail javax.mail-api