Bump apache plugins and dependencies to latests 89/102489/3
authorIttay Stern <ittay.stern@att.com>
Thu, 27 Feb 2020 11:40:28 +0000 (13:40 +0200)
committerIttay Stern <ittay.stern@att.com>
Tue, 3 Mar 2020 06:07:21 +0000 (08:07 +0200)
Issue-ID: VID-755

Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539
Signed-off-by: Ittay Stern <ittay.stern@att.com>
epsdk-app-onap/pom.xml
pom.xml
vid-app-common/pom.xml
vid-automation/pom.xml
vid-ext-services-simulator/pom.xml
vid-webpack-master/pom.xml

index 94bd515..64ea9ec 100755 (executable)
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.22.1</version>
+                <version>2.22.2</version>
                 <configuration>
                     <includes>
                         <include>**/Test*.java</include>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.3</version>
                 <configuration>
                     <archive>
                         <manifest>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.0</version>
                 <configuration>
                     <skipAssembly>${skipassembly}</skipAssembly>
                     <descriptors>
diff --git a/pom.xml b/pom.xml
index 86b54a3..00661bf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.22.1</version>
+                <version>2.22.2</version>
                 <configuration>
                     <useSystemClassLoader>false</useSystemClassLoader>
                 </configuration>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
 
                 <configuration>
                     <debug>true</debug>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.9</version>
+            <version>4.5.11</version>
         </dependency>
     </dependencies>
 </project>
index 3b255d8..c1e3fb9 100755 (executable)
@@ -38,7 +38,7 @@
         <jackson.databind.version>2.10.2</jackson.databind.version>
         <onap.logging.version>1.6.1</onap.logging.version>
         <jersey.version>2.29.1</jersey.version>
-        <surefire.version>2.22.1</surefire.version>
+        <surefire.version>2.22.2</surefire.version>
         <selenium.version>3.141.59</selenium.version>
         <sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.3</version>
                 <configuration>
                     <!-- Build a jar with all the Java classes -->
                     <attachClasses>true</attachClasses>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.9</version>
+            <version>4.5.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpmime</artifactId>
-            <version>4.5.9</version>
+            <version>4.5.11</version>
         </dependency>
         <dependency>
             <groupId>com.xebialabs.restito</groupId>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.6.1</version>
+            <version>3.6.3</version>
         </dependency>
     </dependencies>
 </project>
index d633054..708bffb 100644 (file)
@@ -12,8 +12,8 @@
         <jackson.databind.version>2.9.9.3</jackson.databind.version>
         <aspectj.version>1.8.10</aspectj.version>
         <selenium.version>3.141.59</selenium.version>
-        <log4j.version>2.12.0</log4j.version>
-        <apachehttp.version>4.4.1</apachehttp.version>
+        <log4j.version>2.13.0</log4j.version>
+        <apachehttp.version>4.5.11</apachehttp.version>
 
     </properties>
 
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
-            <version>${apachehttp.version}</version>
+            <version>4.4.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.1</version>
+            <version>1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.6</version>
+            <version>3.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
-                                       <debug>true</debug>
-                                       <debuglevel>lines,vars,source</debuglevel>
+                    <debug>true</debug>
+                    <debuglevel>lines,vars,source</debuglevel>
                 </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.2.0</version>
                 <executions>
                     <execution>
                         <id>create.jar.with.dependencies</id>
                     </execution>
                 </executions>
             </plugin>
-               <plugin>
-                       <groupId>org.apache.maven.plugins</groupId>
-                       <artifactId>maven-surefire-plugin</artifactId>
-                       <version>2.22.1</version>
-                       <configuration>
-                          <includes>
-                                       <include>${test}</include>
-                                       </includes>
-                                       <systemPropertyVariables>
-                                       <log4j.configurationFile>./conf/log4j2.xml</log4j.configurationFile>
-                                       </systemPropertyVariables>
-                        <suiteXmlFiles>
-                            <suiteXmlFile>TestNg-ApiTest.xml</suiteXmlFile>
-                        </suiteXmlFiles>
-                           <argLine>
-                               -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar
-                           </argLine>
-                      <useSystemClassLoader>false</useSystemClassLoader>
-                  </configuration>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.22.2</version>
+                <configuration>
+                    <includes>
+                        <include>${test}</include>
+                    </includes>
+                    <systemPropertyVariables>
+                        <log4j.configurationFile>./conf/log4j2.xml</log4j.configurationFile>
+                    </systemPropertyVariables>
+                    <suiteXmlFiles>
+                        <suiteXmlFile>TestNg-ApiTest.xml</suiteXmlFile>
+                    </suiteXmlFiles>
+                    <argLine>
+                        -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar
+                    </argLine>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                </configuration>
             </plugin>
         </plugins>
     </build>
index ade419b..c08bcd4 100644 (file)
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
index bfca33e..d40290f 100644 (file)
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.3</version>
         <configuration>
           <webResources>
             <resource>