diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-24 14:25:37 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-24 14:25:37 +0300 |
commit | cd0441658018dfbab0950f959c9b718ad9601f6d (patch) | |
tree | 64d521dfb17f8920e7c172a0b8796274d063731c /dcaedt_catalog/api | |
parent | 3e4c18770957b55e2f80da32c3a32caa908f1386 (diff) |
Fix pom
Update pom app name
Change-Id: Ie118a6441359196ca81c2d0f93ff9e12b553dc5a
Issue-ID: SDC-1313
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'dcaedt_catalog/api')
-rw-r--r-- | dcaedt_catalog/api/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml index ff51800..a0d8200 100644 --- a/dcaedt_catalog/api/pom.xml +++ b/dcaedt_catalog/api/pom.xml @@ -190,6 +190,8 @@ <scope>test</scope> </dependency> - </dependencies> + <properties> + <sonar.skip>true</sonar.skip> + </properties> </project> |