Add lombok dependency to parent 62/79362/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 14:42:30 +0000 (09:42 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 14:42:38 +0000 (09:42 -0500)
For use among other policy repos.

Issue-ID: POLICY-1547
Change-Id: I610b4f4a061ed32527f579a30f26e018c4c01b84
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
integration/pom.xml

index 943ea53..935516e 100644 (file)
                 <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>