|
122 | 122 | <artifactId>hazelcast</artifactId>
|
123 | 123 | <optional>true</optional>
|
124 | 124 | </dependency>
|
| 125 | + <dependency> |
| 126 | + <groupId>com.hazelcast</groupId> |
| 127 | + <artifactId>hazelcast-client</artifactId> |
| 128 | + <optional>true</optional> |
| 129 | + </dependency> |
125 | 130 | <dependency>
|
126 | 131 | <groupId>com.hazelcast</groupId>
|
127 | 132 | <artifactId>hazelcast-spring</artifactId>
|
|
333 | 338 | <artifactId>tomcat-embed-jasper</artifactId>
|
334 | 339 | <optional>true</optional>
|
335 | 340 | </dependency>
|
| 341 | + <dependency> |
| 342 | + <groupId>org.apache.tomcat.embed</groupId> |
| 343 | + <artifactId>tomcat-embed-websocket</artifactId> |
| 344 | + <optional>true</optional> |
| 345 | + </dependency> |
336 | 346 | <dependency>
|
337 | 347 | <groupId>org.apache.tomcat</groupId>
|
338 | 348 | <artifactId>tomcat-jdbc</artifactId>
|
|
583 | 593 | <artifactId>spring-integration-core</artifactId>
|
584 | 594 | <optional>true</optional>
|
585 | 595 | </dependency>
|
| 596 | + <dependency> |
| 597 | + <groupId>org.springframework.integration</groupId> |
| 598 | + <artifactId>spring-integration-jdbc</artifactId> |
| 599 | + <optional>true</optional> |
| 600 | + </dependency> |
586 | 601 | <dependency>
|
587 | 602 | <groupId>org.springframework.integration</groupId>
|
588 | 603 | <artifactId>spring-integration-jmx</artifactId>
|
|
801 | 816 | <link>http://docs.oracle.com/javase/7/docs/api/</link>
|
802 | 817 | <link>http://docs.oracle.com/javaee/7/api/</link>
|
803 | 818 | <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> |
806 | 821 | <link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
|
807 | 822 | <link>http://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link>
|
808 | 823 | </links>
|
|
0 commit comments