aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-07 14:00:27 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-07 14:00:29 +0800
commit3c4e356d1d5a560c61a3aa20cd056fc198059d35 (patch)
treef44af6bf61fe423488abb11c8d13d7557e6c05c3
parent94e7a849858c9c739e78a45400fce9b88d3c0ed3 (diff)
Fix usecase-ui-server security risk issues
Change-Id: If0407a52023d945358db075aca1110c68f1f8a7c Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 1c367df3..4914b09b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -163,6 +163,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>