diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-07 16:44:55 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-07 16:44:57 +0800 |
commit | ffc3e223f5be5eb6b06fedee493e1d055619cbfa (patch) | |
tree | 6e4066c3b1552c53960eec604c9156da0d6478a4 | |
parent | 60ec9d5a8f590221e31f380fcc4d6a9fc4e290f7 (diff) |
Fix usecase-ui-server security risk issues
Change-Id: Ib28bf5b595ae9c4282e0f2e18aef6bad157bd56c
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | server/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/server/pom.xml b/server/pom.xml index b057bc0f..8133ea80 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -159,25 +159,6 @@ <!-- security vulnerabilities --> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <exclusions> - <exclusion> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-tomcat</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.tomcat.embed</groupId> - <artifactId>tomcat-embed-core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.tomcat.embed</groupId> - <artifactId>tomcat-embed-websocket</artifactId> - <version>8.5.34</version> - </dependency> - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> |