From: guochuyicmri Date: Mon, 6 May 2019 15:16:20 +0000 (+0800) Subject: Fix usecase-ui-server security risk issues X-Git-Tag: 2.0.1~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3c32e16281ac683470a2f7b247b96b72ba7599d3;p=usecase-ui%2Fserver.git Fix usecase-ui-server security risk issues Change-Id: I05720f1b7ad4e81bcfff568e91af7c0c52bb5c98 Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri --- 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