diff options
author | siddharth0905 <siddharth.singh4@amdocs.com> | 2018-10-10 14:34:47 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-10-11 09:34:08 +0000 |
commit | 4d5da30c41326eeeb9344b31875e010b1a7507c1 (patch) | |
tree | 1a1f235a6f0dd47ff6a4834ddc6cca086ca43d10 /openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml | |
parent | 3795a6e8ae8cef12c8f92bf4a30a42eb5b87e509 (diff) |
Test coverage : openecomp-sdc-notification-api
Increase test coverage
Change-Id: I13ddec81fd06542d3d11e4236d76416309ae32d9
Issue-ID: SDC-1673
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml index 581f002ef7..f191564c46 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-api/pom.xml @@ -19,8 +19,12 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>${testng.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>compile</scope> + </dependency> </dependencies> </project> |