diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-14 17:51:06 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-14 17:54:43 +0400 |
commit | 320a35b72bf63601722dfc71a3e7ecdca6bdee29 (patch) | |
tree | cd516f130448a69e617233cb176da73f59d61f3e /plugins/sonar-findbugs-plugin | |
parent | 5a652e1d837520650aba1e8e12939340591eb8fd (diff) | |
download | sonarqube-320a35b72bf63601722dfc71a3e7ecdca6bdee29.tar.gz sonarqube-320a35b72bf63601722dfc71a3e7ecdca6bdee29.zip |
Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance
Diffstat (limited to 'plugins/sonar-findbugs-plugin')
-rw-r--r-- | plugins/sonar-findbugs-plugin/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml index 6e1d0316edb..0fc27967302 100644 --- a/plugins/sonar-findbugs-plugin/pom.xml +++ b/plugins/sonar-findbugs-plugin/pom.xml @@ -16,12 +16,12 @@ <properties> <findbugs.version>1.3.9</findbugs.version> </properties> - + <!-- IMPORTANT! xalan should be excluded everywhere, because contains Apache BCEL, but FindBugs requires its own version of BCEL - see http://findbugs.sourceforge.net/FAQ.html#q2 --> - + <dependencyManagement> <!-- Change versions for dependencies provided by sonar-plugin-api --> <dependencies> @@ -32,7 +32,7 @@ </dependency> </dependencies> </dependencyManagement> - + <dependencies> <dependency> <groupId>org.codehaus.sonar</groupId> @@ -133,4 +133,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |