From 70c84e1630045fa8f8c9ab7e83cbc9f8eec51828 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 10 Sep 2018 15:36:56 +0800 Subject: [PATCH] Update the Jetty Dependencies Version Change-Id: If413ac7cc332e85642254faa13d3e225a5279fee Issue-ID: HOLMES-165 Signed-off-by: GuangrongFu --- dmaap-dsa/pom.xml | 26 ++++++++++++++++++++++++-- pom.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index f16de8e..1a78b64 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -101,9 +101,32 @@ org.hibernate hibernate-validator + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-util + + + org.eclipse.jetty + jetty-server + - + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-util + net.sf.json-lib json-lib @@ -299,7 +322,6 @@ - diff --git a/pom.xml b/pom.xml index a05b80b..2f4949d 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,35 @@ io.dropwizard dropwizard-core ${dropwizard.version} + + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-util + + + org.eclipse.jetty + jetty-server + + + + + org.eclipse.jetty + jetty-server + 9.4.11.v20180605 + + + org.eclipse.jetty + jetty-http + 9.4.11.v20180605 + + + org.eclipse.jetty + jetty-util + 9.4.11.v20180605 io.dropwizard -- 2.16.6