aboutsummaryrefslogtreecommitdiffstats
path: root/standalone
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 /standalone
parent75122dcb7980aabba467275b592edf9587ed6a7e (diff)
Fix usecase-ui-server verify error
Change-Id: Ia7f77f193d8fa4b58a05fd67e53466183f583185 Issue-ID: USECASEUI-151 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/pom.xml4
1 files changed, 3 insertions, 1 deletions
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>