aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-30 10:41:56 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-30 10:41:56 +0200
commit556e0cbd57179b4376ceb1f098605d707de9c0af (patch)
tree15aab69a56d650eb93706aa086330a6972fa9ab2 /plugins/sonar-xoo-plugin/pom.xml
parent34dab70598b46d0e0263e7345358212aa9181be6 (diff)
downloadsonarqube-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.xml5
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>