From: Toine Siebelink Date: Wed, 13 Jan 2021 09:14:45 +0000 (+0000) Subject: Merge "Use and configure sonar-maven-plugin" X-Git-Tag: 0.0.1~65 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a6c59f024092ac339d851a372aa6deae36de622d;hp=7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4;p=cps.git Merge "Use and configure sonar-maven-plugin" --- diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml old mode 100644 new mode 100755 index aa94d033e..60aad032e --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -20,7 +20,7 @@ openjdk:11-jre-slim 11 2.6.0 - 0.44 + 0.76 https://nexus.onap.org 3.1.0 UTF-8 diff --git a/cps-service/lombok.config b/cps-service/lombok.config new file mode 100755 index 000000000..a23edb413 --- /dev/null +++ b/cps-service/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true \ No newline at end of file