diff --git a/customer-api-provider/lombok.config b/customer-api-provider/lombok.config new file mode 100644 index 0000000..74da825 --- /dev/null +++ b/customer-api-provider/lombok.config @@ -0,0 +1 @@ +lombok.addLombokGeneratedAnnotation=true \ No newline at end of file diff --git a/customer-api-provider/pom.xml b/customer-api-provider/pom.xml index 9803c68..2712b94 100644 --- a/customer-api-provider/pom.xml +++ b/customer-api-provider/pom.xml @@ -15,6 +15,7 @@ 3.13.3 true 3.2.5 + 1.18.34 @@ -48,9 +49,32 @@ rest-assured test + + org.projectlombok + lombok + ${lombok.version} + provided + - + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler-plugin.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + + + + ${quarkus.platform.group-id}