diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-02 21:58:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-06 09:41:01 +0200 |
commit | c6dd2a5e2a5db5e61015f33c5666e3a2332b3c63 (patch) | |
tree | 8d28c77e3b5652c3d333484a2a4cee86d0398890 /pom.xml | |
parent | 3d8e2ef425b063aa74a811b736606dad858fdcac (diff) | |
download | sonarqube-c6dd2a5e2a5db5e61015f33c5666e3a2332b3c63.tar.gz sonarqube-c6dd2a5e2a5db5e61015f33c5666e3a2332b3c63.zip |
Remove unused module microbenchmark-template
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1449,14 +1449,6 @@ </profile> <profile> - <!-- add microbenchmarks module to IDE --> - <id>includeMicrobenchmarkModule</id> - <modules> - <module>microbenchmark-template</module> - </modules> - </profile> - - <profile> <!-- check if maven dependencies have vulnerabilities listed in CVE Standalone command: mvn org.owasp:dependency-check-maven:check |