diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-01 13:15:19 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-01 13:15:26 -0500 |
commit | ec6fe7ea854632943a2c3c30ffa49e799bb1fc49 (patch) | |
tree | 3b2f0512d3e0e127d35baf444e9616fd66356e04 | |
parent | a8d633825a90a9199b7646e67fad559ada63b55a (diff) |
Remove lombok version and override
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>
-rw-r--r-- | platform/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/pom.xml b/platform/pom.xml index 99d99ca01..8e0434837 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -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> |