diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-09-16 19:09:28 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-09-16 19:09:36 +0800 |
commit | ad4a81089a4149caaf8f6cd19bb313d9e713b2bb (patch) | |
tree | 23c307cb1a5a382987e3b38fb8965f63b2d2f1c2 /standalone/pom.xml | |
parent | 75122dcb7980aabba467275b592edf9587ed6a7e (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/pom.xml')
-rw-r--r-- | standalone/pom.xml | 4 |
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> |