diff options
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> |