diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-18 17:14:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-18 17:14:38 +0200 |
commit | a7dcd3ccc8993563cd70d03de10e685e15ad07f0 (patch) | |
tree | 754ae4313fb57939ef4f967ebe60432025c9ff78 /sonar-batch | |
parent | 507904d211bef5998d576d4675385c77e596051e (diff) | |
download | sonarqube-a7dcd3ccc8993563cd70d03de10e685e15ad07f0.tar.gz sonarqube-a7dcd3ccc8993563cd70d03de10e685e15ad07f0.zip |
Add common-beanutils to sonar-batch classpath
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/pom.xml | 4 |
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> |