diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-28 09:44:47 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-28 10:24:31 -0500 |
commit | add76434556e3413075f1e60dda2c48d5254cfe2 (patch) | |
tree | 6ce5b34182f9f3fe72a94ea3063877b99c791297 /main/pom.xml | |
parent | 10afeb2e7c2406f78ed5a6dd08b606ebda839ee2 (diff) |
Reference lombok from parent
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>
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml index 1a1f537c..f74e6eb9 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -65,7 +65,6 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>1.18.4</version> <scope>provided</scope> </dependency> <dependency> |