aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-30 11:59:46 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-30 11:59:48 +0800
commitd5df579ec5833c96e500ee0bea839a56d9648f74 (patch)
treef8df6193f690572a0ed0aa1c1acc4fa421b77948
parent9924ba76d98b9fc05ce15b3750f6a604d41034d1 (diff)
Fix security risk issues
Change-Id: I92cc85056a984dc6dce803334c0f60c2949d44b4 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 f9de2448..16046a71 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -173,6 +173,11 @@
<artifactId>persistence-api</artifactId>
<version>${javax.persistence.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tomcat.embed</groupId>
+ <artifactId>tomcat-embed-core</artifactId>
+ <version>${tomcat.version}</version>
+ </dependency>
<!-- commons-csv -->
<dependency>