diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-01-27 22:37:34 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-01-27 22:37:52 +0800 |
commit | 804b8a3f4cffababba1332bcb88faa25409ead9c (patch) | |
tree | 79fe21b56fdd25e10e671f2586223db51c2ac58c | |
parent | 38308ba4a23ade1e04c6d81b0788e6aea65e8eaf (diff) |
The problem of usecase-ui-server-master-docker-java-daily compilation failure needs to be solved.
Issue-ID: USECASEUI-639
Change-Id: Ica33e1d13e416f2ea6903d8786a4a601d4d54536
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r-- | server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index ab36ee02..3352835e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -403,6 +403,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>1.5.3.RELEASE</version> <configuration> <executable>true</executable> </configuration> |