X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=zte%2Fsfc-driver%2Fsfc-driver%2Fpom.xml;h=b0b43954867d96cdcfbc7f61f150e64a47e0a4c1;hb=64036009d28828c574928bb9cb724552a9696c61;hp=e06e968f2029109c7d746ea1b0c706de0bf80dbd;hpb=e00684b0a156f9cb3d7125a5b79af0a0a2369683;p=vfc%2Fnfvo%2Fdriver%2Fsfc.git diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml index e06e968..b0b4395 100644 --- a/zte/sfc-driver/sfc-driver/pom.xml +++ b/zte/sfc-driver/sfc-driver/pom.xml @@ -20,34 +20,40 @@ org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver sfc-driver vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver jar - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT - 0.8.0 - 9.2.9.v20150224 - 2.5.1 - 2.16 + 1.3.9 + 9.4.18.v20190429 + 2.5.1 + 2.22.2 1.5.3 4.11 1.6.6 + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports - + + - + - + + + org.codehaus.jackson @@ -81,16 +99,17 @@ 1.9.11 - + + io.dropwizard dropwizard-core @@ -148,11 +167,33 @@ lombok 1.16.8 + + + org.glassfish.jersey.core + jersey-server + ${jersey.version} + + + org.glassfish.jersey.core + jersey-client + ${jersey.version} + + + org.glassfish.jersey.core + jersey-common + ${jersey.version} + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${jersey.version} + + + @@ -225,6 +266,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +