Merge "Merge from ECOMP's repository"
authorIttay Stern <ittay.stern@att.com>
Thu, 10 Jan 2019 12:42:59 +0000 (12:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 10 Jan 2019 12:42:59 +0000 (12:42 +0000)
1  2 
epsdk-app-onap/pom.xml
vid-app-common/pom.xml

              <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-surefire-plugin</artifactId>
-                 <version>2.19.1</version>
+                 <version>2.22.1</version>
                  <configuration>
 -                    <skipTests>${skiptests}</skipTests>
                      <includes>
                          <include>**/Test*.java</include>
                          <include>**/*Test.java</include>
          <epsdk.version>2.4.0</epsdk.version>
          <springframework.version>4.2.9.RELEASE</springframework.version>
          <hibernate.version>4.3.11.Final</hibernate.version>
+         <jackson.version>2.9.7</jackson.version>
+         <jersey.version>2.27</jersey.version>
+         <surefire.version>2.22.1</surefire.version>
          <!-- Skip assembling the zip by default -->
          <skipassembly>true</skipassembly>
 -        <!-- Tests usually require some setup that maven cannot do, so skip. -->
 -        <skiptests>false</skiptests>
          <nexusproxy>https://nexus.onap.org</nexusproxy>
          <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
          <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
              <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-surefire-plugin</artifactId>
-                 <version>2.19.1</version>
+                 <version>${surefire.version}</version>
                  <configuration>
 -                    <skipTests>${skiptests}</skipTests>
                      <includes>
                          <include>**/Test*.java</include>
                          <include>**/*Test.java</include>