Reference lombok from parent 61/79361/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 14:43:39 +0000 (09:43 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 28 Feb 2019 14:43:46 +0000 (09:43 -0500)
Policy/parent now declares lombok dependency - remove the
version so that we are consistent.

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

index 146b239..e564378 100644 (file)
@@ -61,7 +61,6 @@
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
-            <version>1.18.4</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>