diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-23 09:37:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-23 13:58:31 +0200 |
commit | 3ee761626dc31fda7379d160b46487a19d7d0aa8 (patch) | |
tree | 00e40449fde0ff4bd8a2eae3e6ea8e223f7668b6 /plugins | |
parent | a0f12d64a0a63f743fe4024696904cfe6d5a5e15 (diff) | |
download | sonarqube-3ee761626dc31fda7379d160b46487a19d7d0aa8.tar.gz sonarqube-3ee761626dc31fda7379d160b46487a19d7d0aa8.zip |
Remove some duplications in pom files
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-cpd-plugin/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index a6c89a9a531..0cbacd25785 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -41,11 +41,6 @@ <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <scope>provided</scope> - </dependency> <!-- unit tests --> <dependency> |