diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-02 23:09:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-02 23:09:52 +0200 |
commit | ee925d0a8d31556a37f98b6738e6f767b489e288 (patch) | |
tree | 28b2f547b2e8c55fcc469b051e0498979f39dcaa /plugins/sonar-xoo-plugin/pom.xml | |
parent | 1b8bc4096ef135efe3bd303d4029536e825d37c8 (diff) | |
download | sonarqube-ee925d0a8d31556a37f98b6738e6f767b489e288.tar.gz sonarqube-ee925d0a8d31556a37f98b6738e6f767b489e288.zip |
Code clean-up
* mark JFreechart as deprecated
* complete some javadoc
Diffstat (limited to 'plugins/sonar-xoo-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index a7b48c7b842..c5a472fe10e 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -24,6 +24,17 @@ <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <scope>provided</scope> + </dependency> + <!-- unit testing --> <dependency> |