diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-27 18:48:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-27 18:48:57 +0000 |
commit | 0f439087dec9680c3564d2639de39cd04436f38e (patch) | |
tree | 4708887498e929da15dab1c2c42479304e6cf252 /ms/blueprintsprocessor/modules/inbounds | |
parent | 54426584a02e6fbfec5f7685c92e1a3fde62309f (diff) | |
parent | 9243209a1f20141d31c4e836a04e76d6f4274a5a (diff) |
Merge "Fix sonar build"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index d40f0e064..a3361acde 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -26,6 +26,10 @@ <name>Blueprints Designer API</name> <description>Blueprints Designer API</description> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <dependency> <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> |