Fix usecase-ui-server verify error 29/66829/1
authorzhangab <zhanganbing@chinamobile.com>
Sun, 16 Sep 2018 11:09:28 +0000 (19:09 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Sun, 16 Sep 2018 11:09:36 +0000 (19:09 +0800)
Change-Id: Ia7f77f193d8fa4b58a05fd67e53466183f583185
Issue-ID: USECASEUI-151
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
pom.xml
server/pom.xml
standalone/pom.xml

diff --git a/pom.xml b/pom.xml
index 8368e32..60f25b6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>1.4.2.RELEASE</version>
                 <configuration>
                     <executable>true</executable>
                 </configuration>
index f1316c3..026c208 100644 (file)
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>1.4.2.RELEASE</version>
                 <configuration>
                     <executable>true</executable>
                 </configuration>
index 5d49a97..ed586bf 100644 (file)
@@ -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>