diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 09:02:18 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 09:02:20 +0800 |
commit | 9924ba76d98b9fc05ce15b3750f6a604d41034d1 (patch) | |
tree | 5de5141622361a1a0904ad91779d7f5242d9b8cc | |
parent | 4dcea0b72b3ef44a585ebb502103321dad84ac6e (diff) |
Fix security risk issues
Change-Id: Iab27abe8fe851152e874abd4486b8cca8f4f0db9
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | server/pom.xml | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/server/pom.xml b/server/pom.xml index 5152560f..f9de2448 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -39,6 +39,7 @@ <javax.persistence.version>1.0.2</javax.persistence.version> <common.csv.version>1.4</common.csv.version> <jackson.version>2.9.8</jackson.version> + <tomcat.version>9.0.16</tomcat.version> </properties> <dependencyManagement> @@ -284,18 +285,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> - <layout>ZIP</layout> - <excludeGroupIds> - org.eclipse.jetty, - dom4j, - org.apache.tomcat.embed - </excludeGroupIds> - </configuration> - </plugin> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <configuration> <executable>true</executable> </configuration> <executions> @@ -338,15 +327,6 @@ </configuration> </plugin> </plugins> - <resources> - <resource> - <directory>src/main/resources</directory> - <excludes> - <exclude>*</exclude> - </excludes> - <filtering>true</filtering> - </resource> - </resources> </build> <repositories> |