From 9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 27 Feb 2020 13:40:28 +0200 Subject: Bump apache plugins and dependencies to latests Issue-ID: VID-755 Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539 Signed-off-by: Ittay Stern --- epsdk-app-onap/pom.xml | 8 +++--- pom.xml | 6 ++-- vid-app-common/pom.xml | 14 +++++----- vid-automation/pom.xml | 56 +++++++++++++++++++------------------- vid-ext-services-simulator/pom.xml | 2 +- vid-webpack-master/pom.xml | 2 +- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 94bd5152a..64ea9ece7 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 1.8 1.8 @@ -131,7 +131,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 2.22.2 **/Test*.java @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.0 + 3.2.3 @@ -189,7 +189,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.2.0 ${skipassembly} diff --git a/pom.xml b/pom.xml index 86b54a30c..00661bf9b 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 2.22.2 false @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.1 true @@ -233,7 +233,7 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.11 diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 3b255d8c9..c1e3fb9be 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -38,7 +38,7 @@ 2.10.2 1.6.1 2.29.1 - 2.22.1 + 2.22.2 3.141.59 **/webapp/**/*,**/*.js @@ -244,7 +244,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.1 1.8 1.8 @@ -372,7 +372,7 @@ org.apache.maven.plugins maven-war-plugin - 3.0.0 + 3.2.3 true @@ -528,7 +528,7 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.11 org.apache.httpcomponents @@ -538,7 +538,7 @@ org.apache.httpcomponents httpmime - 4.5.9 + 4.5.11 com.xebialabs.restito @@ -862,7 +862,7 @@ org.apache.commons commons-text - 1.7 + 1.8 org.apache.commons @@ -921,7 +921,7 @@ org.apache.maven maven-artifact - 3.6.1 + 3.6.3 diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index d633054dc..708bffb06 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -12,8 +12,8 @@ 2.9.9.3 1.8.10 3.141.59 - 2.12.0 - 4.4.1 + 2.13.0 + 4.5.11 @@ -68,7 +68,7 @@ org.apache.httpcomponents httpcore - ${apachehttp.version} + 4.4.13 org.apache.httpcomponents @@ -197,12 +197,12 @@ org.apache.commons commons-text - 1.1 + 1.8 org.apache.commons commons-lang3 - 3.6 + 3.9 org.apache.commons @@ -242,18 +242,18 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.1 1.8 1.8 - true - lines,vars,source + true + lines,vars,source org.apache.maven.plugins maven-assembly-plugin - 3.1.1 + 3.2.0 create.jar.with.dependencies @@ -274,25 +274,25 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.1 - - - ${test} - - - ./conf/log4j2.xml - - - TestNg-ApiTest.xml - - - -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar - - false - + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + ${test} + + + ./conf/log4j2.xml + + + TestNg-ApiTest.xml + + + -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar + + false + diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index ade419b9d..c08bcd4ec 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 1.8 1.8 diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index bfca33ed7..d40290fb0 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -234,7 +234,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.0 + 3.2.3 -- cgit 1.2.3-korg