From 565f47670930d60ea2c2f0130db4bf4444331151 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Tue, 7 May 2019 00:44:17 +0800 Subject: Fix usecase-ui-server security risk issues Change-Id: I657159c34a8c7f38c99ccf42e2f55110ea6e5fbc Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri --- server/pom.xml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 8329c87e..c3344c08 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -95,10 +95,6 @@ org.springframework.boot spring-boot-starter-jersey - - org.springframework.boot - spring-boot-starter-web - postgresql @@ -144,10 +140,6 @@ org.springframework spring-jdbc - - org.springframework - spring-webmvc - org.hibernate hibernate-core @@ -171,9 +163,9 @@ 9.4.14.v20181114 - org.springframework.data - spring-data-rest-webmvc - 2.6.7.RELEASE + org.eclipse.jetty + jetty-server + 9.4.17.v20190418 org.springframework @@ -185,11 +177,6 @@ spring-data-commons 1.13.18.RELEASE - - org.springframework - spring-web - 4.3.22.RELEASE - org.springframework spring-core -- cgit 1.2.3-korg