From 3c32e16281ac683470a2f7b247b96b72ba7599d3 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Mon, 6 May 2019 23:16:20 +0800 Subject: Fix usecase-ui-server security risk issues Change-Id: I05720f1b7ad4e81bcfff568e91af7c0c52bb5c98 Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri --- server/pom.xml | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 16774f9d..8329c87e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -132,10 +132,6 @@ spring-security-test test - - org.springframework - spring-core - org.springframework spring-orm @@ -163,6 +159,43 @@ ${javax.persistence.version} + + + ch.qos.logback + logback-classic + 1.2.3 + + + org.eclipse.jetty + jetty-http + 9.4.14.v20181114 + + + org.springframework.data + spring-data-rest-webmvc + 2.6.7.RELEASE + + + org.springframework + spring-expression + 5.1.5.RELEASE + + + org.springframework.data + spring-data-commons + 1.13.18.RELEASE + + + org.springframework + spring-web + 4.3.22.RELEASE + + + org.springframework + spring-core + 4.3.22.RELEASE + + org.apache.commons -- cgit 1.2.3-korg