diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-07 14:00:27 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-07 14:00:29 +0800 |
commit | 3c4e356d1d5a560c61a3aa20cd056fc198059d35 (patch) | |
tree | f44af6bf61fe423488abb11c8d13d7557e6c05c3 | |
parent | 94e7a849858c9c739e78a45400fce9b88d3c0ed3 (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.xml | 5 |
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> |