diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-06-13 16:07:00 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-06-13 22:47:22 +0400 |
commit | 0fc5c10eba789774ae1bf08f00b83ac003cb8b5d (patch) | |
tree | 2913d3b14d9aa428c7536b2f44112c12a48f9ac2 /plugins/sonar-checkstyle-plugin/pom.xml | |
parent | 094df7bb293723bc107df67b9e3bde6aeccfac2f (diff) | |
download | sonarqube-0fc5c10eba789774ae1bf08f00b83ac003cb8b5d.tar.gz sonarqube-0fc5c10eba789774ae1bf08f00b83ac003cb8b5d.zip |
Remove unnecessary dependencies in sonar-checkstyle-plugin
Diffstat (limited to 'plugins/sonar-checkstyle-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index a8e3ba70b59..0d1269001ba 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -45,6 +45,10 @@ <artifactId>commons-collections</artifactId> </exclusion> <exclusion> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </exclusion> + <exclusion> <!-- See SONAR-2512 --> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils-core</artifactId> |