aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-09-16 19:09:28 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-09-16 19:09:36 +0800
commitad4a81089a4149caaf8f6cd19bb313d9e713b2bb (patch)
tree23c307cb1a5a382987e3b38fb8965f63b2d2f1c2
parent75122dcb7980aabba467275b592edf9587ed6a7e (diff)
Fix usecase-ui-server verify error
Change-Id: Ia7f77f193d8fa4b58a05fd67e53466183f583185 Issue-ID: USECASEUI-151 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-rw-r--r--pom.xml1
-rw-r--r--server/pom.xml1
-rw-r--r--standalone/pom.xml4
3 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8368e32d..60f25b67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>1.4.2.RELEASE</version>
<configuration>
<executable>true</executable>
</configuration>
diff --git a/server/pom.xml b/server/pom.xml
index f1316c38..026c2086 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -259,6 +259,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>1.4.2.RELEASE</version>
<configuration>
<executable>true</executable>
</configuration>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5d49a978..ed586bfb 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -40,7 +40,9 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-resources-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.3</version>
<executions>
<execution>
<id>copy-resources-${linux64id}</id>