Skip to content

Commit 2c96bce

Browse files
committed
Address some warnings that are output during javadoc generation
1 parent 634e70f commit 2c96bce

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

spring-boot-docs/pom.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
<artifactId>hazelcast</artifactId>
123123
<optional>true</optional>
124124
</dependency>
125+
<dependency>
126+
<groupId>com.hazelcast</groupId>
127+
<artifactId>hazelcast-client</artifactId>
128+
<optional>true</optional>
129+
</dependency>
125130
<dependency>
126131
<groupId>com.hazelcast</groupId>
127132
<artifactId>hazelcast-spring</artifactId>
@@ -333,6 +338,11 @@
333338
<artifactId>tomcat-embed-jasper</artifactId>
334339
<optional>true</optional>
335340
</dependency>
341+
<dependency>
342+
<groupId>org.apache.tomcat.embed</groupId>
343+
<artifactId>tomcat-embed-websocket</artifactId>
344+
<optional>true</optional>
345+
</dependency>
336346
<dependency>
337347
<groupId>org.apache.tomcat</groupId>
338348
<artifactId>tomcat-jdbc</artifactId>
@@ -583,6 +593,11 @@
583593
<artifactId>spring-integration-core</artifactId>
584594
<optional>true</optional>
585595
</dependency>
596+
<dependency>
597+
<groupId>org.springframework.integration</groupId>
598+
<artifactId>spring-integration-jdbc</artifactId>
599+
<optional>true</optional>
600+
</dependency>
586601
<dependency>
587602
<groupId>org.springframework.integration</groupId>
588603
<artifactId>spring-integration-jmx</artifactId>
@@ -801,8 +816,8 @@
801816
<link>http://docs.oracle.com/javase/7/docs/api/</link>
802817
<link>http://docs.oracle.com/javaee/7/api/</link>
803818
<link>http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
804-
<link>http://docs.spring.io/autorepo/docs/spring-security/${spring-security.version}/apidocs/</link>
805-
<link>http://tomcat.apache.org/tomcat-8.0-doc/api/</link>
819+
<link>http://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/</link>
820+
<link>http://tomcat.apache.org/tomcat-8.5-doc/api/</link>
806821
<link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
807822
<link>http://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link>
808823
</links>

0 commit comments

Comments
 (0)