Reference lombok from parent 63/79363/2
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 14:44:47 +0000 (09:44 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 15:24:31 +0000 (10:24 -0500)
Policy/parent now declares lombok dependency - remove the
version so that we are consistent.

Also must change this repo to point to correct policy/parent.

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

index 1a1f537..f74e6eb 100644 (file)
@@ -65,7 +65,6 @@
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
-            <version>1.18.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>