From 2c96bce5cdb695488e11bf018fc7fc329210bf39 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 May 2017 13:16:33 +0100 Subject: [PATCH] Address some warnings that are output during javadoc generation --- spring-boot-docs/pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index cdaff921eb..2d179a17e5 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -122,6 +122,11 @@ hazelcast true + + com.hazelcast + hazelcast-client + true + com.hazelcast hazelcast-spring @@ -333,6 +338,11 @@ tomcat-embed-jasper true + + org.apache.tomcat.embed + tomcat-embed-websocket + true + org.apache.tomcat tomcat-jdbc @@ -583,6 +593,11 @@ spring-integration-core true + + org.springframework.integration + spring-integration-jdbc + true + org.springframework.integration spring-integration-jmx @@ -801,8 +816,8 @@ http://docs.oracle.com/javase/7/docs/api/ http://docs.oracle.com/javaee/7/api/ http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ - http://docs.spring.io/autorepo/docs/spring-security/${spring-security.version}/apidocs/ - http://tomcat.apache.org/tomcat-8.0-doc/api/ + http://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/ + http://tomcat.apache.org/tomcat-8.5-doc/api/ http://download.eclipse.org/jetty/stable-9/apidocs/ http://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/