From 4da3a61a9e072fd6a2ae30ba963958ad5209669d Mon Sep 17 00:00:00 2001 From: avigaffa Date: Wed, 5 Jun 2019 13:13:44 +0300 Subject: Add lombok support to simple classes Change-Id: Ibaa1711ff6b2a64e6e591f0938874e31f713bfe8 Issue-ID: SDC-2354 Signed-off-by: avigaffa --- .../action-library-rest/action-library-rest-types/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml index 75335cda01..535c200ecf 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml @@ -25,11 +25,11 @@ openecomp-sdc-action-api ${project.version} - + + org.projectlombok + lombok + provided + -- cgit 1.2.3-korg