]> source.dussan.org Git - sonarqube.git/commitdiff
Add common-beanutils to sonar-batch classpath
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 18 Apr 2014 15:14:27 +0000 (17:14 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 18 Apr 2014 15:14:38 +0000 (17:14 +0200)
sonar-batch/pom.xml

index e0c8a4389d0fbc11fb2615052d302194989ced00..3d268b2f939e5bdd3a49435b06a4be86c5e69ac6 100644 (file)
   <name>SonarQube :: Batch</name>
 
   <dependencies>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>