aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-09-05 14:58:03 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-09-05 14:58:03 +0200
commitd0c7a71f3d960cd5c9bf39b1f7fe8341470b06e7 (patch)
tree1d21d9901c613e68f3acab90b78381372f6f4f74 /sonar-batch/pom.xml
parente1c3a706319c397b436a28b7921b695baf712063 (diff)
downloadsonarqube-d0c7a71f3d960cd5c9bf39b1f7fe8341470b06e7.tar.gz
sonarqube-d0c7a71f3d960cd5c9bf39b1f7fe8341470b06e7.zip
SONAR-2860 Drop commons-configuration
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 41e7ebdc841..8a44063c151 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -88,8 +88,8 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>