aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-02-28 09:43:39 -0500
committerPamela Dragosh <pdragosh@research.att.com>2019-02-28 09:43:46 -0500
commit86b5772dc1d73c51dce540c9e913e7cdb83669af (patch)
tree03d9143ac8609b910a5b34c72ea55eb48dc85241
parent0c117e6f8608ed902893364ee00123b0eb9f4a59 (diff)
Reference lombok from parent
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>
-rw-r--r--main/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 146b2393..e564378d 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -61,7 +61,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
- <version>1.18.4</version>
<scope>provided</scope>
</dependency>
</dependencies>