diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-30 10:41:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-30 10:41:56 +0200 |
commit | 556e0cbd57179b4376ceb1f098605d707de9c0af (patch) | |
tree | 15aab69a56d650eb93706aa086330a6972fa9ab2 /plugins/sonar-xoo-plugin/pom.xml | |
parent | 34dab70598b46d0e0263e7345358212aa9181be6 (diff) | |
download | sonarqube-556e0cbd57179b4376ceb1f098605d707de9c0af.tar.gz sonarqube-556e0cbd57179b4376ceb1f098605d707de9c0af.zip |
Fix Xoo
Diffstat (limited to 'plugins/sonar-xoo-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 8ad670d34fd..10f52cda77b 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -24,6 +24,11 @@ <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>provided</scope> + </dependency> <!-- unit testing --> <dependency> |