diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-03 08:40:53 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-03 08:40:53 +0200 |
commit | ab3a0bc0746a03e3e52860c3e8571073aa06bce5 (patch) | |
tree | 33a79b7c6f40d5e0e1feb2beca35bb7391fce2fc /plugins/sonar-xoo-plugin/pom.xml | |
parent | ddb4d8c4adcbf86be6b2c70e685893963e9cddbb (diff) | |
parent | ee925d0a8d31556a37f98b6738e6f767b489e288 (diff) | |
download | sonarqube-ab3a0bc0746a03e3e52860c3e8571073aa06bce5.tar.gz sonarqube-ab3a0bc0746a03e3e52860c3e8571073aa06bce5.zip |
Merge remote-tracking branch 'remotes/origin/branch-4.5'
Conflicts:
plugins/sonar-xoo-plugin/pom.xml
sonar-plugin-api/pom.xml
sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java
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 10f52cda77b..4d45692ef42 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -29,6 +29,11 @@ <artifactId>commons-io</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <scope>provided</scope> + </dependency> <!-- unit testing --> <dependency> |