SonarQube coverage

Change-Id: I2290ea6462cb2ab7a9a3a9feba69b69231ec78fa
Issue-ID: SDC-1364
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml
index d35c5af..7b6a0af 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml
@@ -21,4 +21,9 @@
         <module>notifications-rest-services</module>
      </modules>
 
+
+    <properties>
+        <jacoco.skip>true</jacoco.skip>  <sonar.skip>true</sonar.skip>
+    </properties>
+
 </project>
\ No newline at end of file