From 70cd3ef0d7d6b88a5de45ef0cf252d06e9e7b5c2 Mon Sep 17 00:00:00 2001 From: avigaffa Date: Wed, 5 Jun 2019 15:26:51 +0300 Subject: Add lombok support to simple classes Change-Id: I2d1a7d63e7f80aa766ac71df9c808dcda35d68e3 Issue-ID: SDC-2354 Signed-off-by: avigaffa --- .../application-config-rest/application-config-rest-types/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml index f827044f14..6b952ad4ec 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml @@ -13,4 +13,12 @@ 1.5.0-SNAPSHOT + + + org.projectlombok + lombok + provided + + + -- cgit 1.2.3-korg