From fbbead622d7d965ff9ea9fcaafe7eac1cb905c2c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Feb 2016 09:47:23 +0000 Subject: [PATCH] Add dependency management for some more of Jetty's modules Closes gh-5155 --- spring-boot-dependencies/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 2ddd5d86b8a..0091c4a8738 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1326,6 +1326,11 @@ jetty-annotations ${jetty.version} + + org.eclipse.jetty + jetty-client + ${jetty.version} + org.eclipse.jetty jetty-continuation @@ -1412,6 +1417,11 @@ javax-websocket-server-impl ${jetty.version} + + org.eclipse.jetty.websocket + websocket-client + ${jetty.version} + org.eclipse.jetty.websocket websocket-server