diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest')
2 files changed, 0 insertions, 10 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index be88be3d0e..d4d5ca6ac6 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -12,11 +12,6 @@ <version>1.3.0-SNAPSHOT</version> </parent> - - <properties> - <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> - </properties> - <dependencies> <dependency> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml index 90c3003fd6..c68e7dec16 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-types/pom.xml @@ -13,9 +13,4 @@ <version>1.3.0-SNAPSHOT</version> </parent> - - <properties> - <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> - </properties> - </project> |