diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 11:59:46 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 11:59:48 +0800 |
commit | d5df579ec5833c96e500ee0bea839a56d9648f74 (patch) | |
tree | f8df6193f690572a0ed0aa1c1acc4fa421b77948 | |
parent | 9924ba76d98b9fc05ce15b3750f6a604d41034d1 (diff) |
Fix security risk issues
Change-Id: I92cc85056a984dc6dce803334c0f60c2949d44b4
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 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> |