From dbfa1570cd26d19b346287a6fb06f2d8a03f4a06 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 7 Oct 2019 15:26:08 -0400 Subject: Use lombok for data objects Removing lines to see if this will bump coverage. Some sonar for Junit tests and missing coverage. My next task will be to re-use some of this duplicate code for these object types and the controllers. Trailing spaces for patch #3. Issue-ID: POLICY-2133 Change-Id: Iaee123c6be4b63bd831172340709fe7597feaa78 Signed-off-by: Pamela Dragosh --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d5d1fa4a4..368e3cf45 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,11 @@ + + org.projectlombok + lombok + provided + javax.servlet javax.servlet-api -- cgit 1.2.3-korg