Remove lombok version and override 71/79471/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 1 Mar 2019 18:15:19 +0000 (13:15 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 1 Mar 2019 18:15:26 +0000 (13:15 -0500)
Don't need lombok version and the other version tag is overriding
the root pom.xml. Which is the same anyway. Eclipse is good at
flagging these.

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

index 99d99ca..8e04348 100644 (file)
@@ -34,7 +34,6 @@
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
-            <version>1.18.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -44,7 +43,6 @@
         <dependency>
             <groupId>org.onap.policy.common</groupId>
             <artifactId>utils</artifactId>
-            <version>${policy.common.version}</version>
         </dependency>
     </dependencies>