aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-10-07 15:26:08 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-10-07 19:57:49 -0400
commitdbfa1570cd26d19b346287a6fb06f2d8a03f4a06 (patch)
tree93ead8432b6d509a3d16445d44c95631c4ef442a /pom.xml
parentb831c6a3df8e1dc9017ae5e8ad002dc3b1002aab (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d5d1fa4a4..368e3cf45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,11 @@
</reporting>
<dependencies>
<dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>