commit | 36c7892927de3d26606454db514078cb69be5972 | [log] [tgz] |
---|---|---|
author | avigaffa <avi.gaffa@amdocs.com> | Tue Jun 11 14:29:20 2019 +0300 |
committer | avigaffa <avi.gaffa@amdocs.com> | Tue Jun 11 15:29:44 2019 +0300 |
tree | d22401469ce4b239e1c12e718227cece0cc70ead | |
parent | 38ba68232723dc5bffe21c7bca7577cee4129c7b [diff] [blame] |
Add lombok support to simple classes Change-Id: I02d45d887e0bfe5838ad2f492f4220f5bbee5eca Issue-ID: SDC-2354 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index 5f6a857..c074399 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml
@@ -70,6 +70,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>${lombok.version}</version> + </dependency> </dependencies> </project>