X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=77d0339b5fe498c3550ce319a6ea6f769413f9b9;hb=3b4db3fb6ed72ff4c8caf4e6b0ca21fb8122892a;hp=f14e7215c3aa3299cce11830587871efb7f53c60;hpb=8594ff7912ea68555b816985caedcb3383e93953;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index f14e721..77d0339 100644 --- a/pom.xml +++ b/pom.xml @@ -31,16 +31,20 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-gizmo ${basedir}/target 1.4.1 - 1.4.0 + 1.0.5 1.4.0 1.4.0 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -131,7 +135,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} @@ -528,7 +532,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} jar @@ -540,7 +544,35 @@ limitations under the License. - + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + +