aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-18 17:14:27 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-18 17:14:38 +0200
commita7dcd3ccc8993563cd70d03de10e685e15ad07f0 (patch)
tree754ae4313fb57939ef4f967ebe60432025c9ff78 /sonar-batch
parent507904d211bef5998d576d4675385c77e596051e (diff)
downloadsonarqube-a7dcd3ccc8993563cd70d03de10e685e15ad07f0.tar.gz
sonarqube-a7dcd3ccc8993563cd70d03de10e685e15ad07f0.zip
Add common-beanutils to sonar-batch classpath
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index e0c8a4389d0..3d268b2f939 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -12,6 +12,10 @@
<dependencies>
<dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>