aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-02-28 09:42:30 -0500
committerPamela Dragosh <pdragosh@research.att.com>2019-02-28 09:42:38 -0500
commitc80f972ba8b752050c3387efa15834a949a87b45 (patch)
treef7b5d18df239617c76abacc95c708dc636701876
parentc0e7c90dd57d2b924f692b164cb7a8acfbf1470a (diff)
Add lombok dependency to parent
For use among other policy repos. Issue-ID: POLICY-1547 Change-Id: I610b4f4a061ed32527f579a30f26e018c4c01b84 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 943ea53b..935516ea 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -127,6 +127,13 @@
<version>2.8.4</version>
</dependency>
+ <!-- Lombok -->
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.4</version>
+ </dependency>
+
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>