X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fsfc-driver%2Fsfc-driver%2Fpom.xml;h=dbf1e7443eb77101a8e704b748e299d49cc4a9ff;hb=709202fb8c86450570dc5b21a8e2ccff80ba1734;hp=030bbf7e42a04fe86099d1a6256d5184290612a5;hpb=284c5ab4bcc396a1b191e3c02507a1712af163fe;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 030bbf7..dbf1e74 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.2.0-SNAPSHOT + 1.3.0-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.2.0-SNAPSHOT + 1.3.0-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 @@ -143,6 +162,38 @@ powermock-core 1.6.6 + + org.projectlombok + 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} + + + @@ -215,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 + + + +