diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 14:07:10 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 14:07:10 +0200 |
commit | e1514d1a82f6e5f3224d0b4c299396cb65079018 (patch) | |
tree | 57e7d6d57c6f2f70fdb8d74b767c8c05157add2c /sonar-application/pom.xml | |
parent | a58a1295b0d1a0d052dd66edb3b1dc0ba69aee05 (diff) | |
download | sonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.tar.gz sonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.zip |
Remove the dependency commons-logging
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 3c091ae7bfa..81e7e9a90a3 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -211,7 +211,7 @@ <configuration> <rules> <requireFilesSize> - <maxsize>59000000</maxsize> + <maxsize>60000000</maxsize> <minsize>54000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> |