summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
diff options
context:
space:
mode:
authorshrikantawachar <shrikant.awachar@amdocs.com>2018-10-03 19:41:52 +0530
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-10-09 06:17:59 +0000
commit11c2543fbc1f52ab5d3019d3ee0cb4ea7bc6f97d (patch)
treef42465b9414e2aafd90e65b93e76323f739fdf3f /openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
parent48528e9da9e241c59f1628ffda9020a981f939f6 (diff)
Use lombok
Use lombok to remove getters, equals , hashcode Change-Id: If8edfc6cb59db2219ba323ecfe22c5102dee170e Issue-ID: SDC-1816 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml b/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
index 5d7251e950..fa71265624 100644
--- a/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
+++ b/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
@@ -37,5 +37,13 @@
<artifactId>onap-configuration-management-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </dependency>
</dependencies>
</project>