aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-10-02 17:27:20 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-10-02 17:28:06 +0200
commitfe4bf17e5c93ca6b683161d9ddaf390b0c9320dc (patch)
tree021fa553c5ca2ac910b7c51e283130b74e55e11a /sonar-application/pom.xml
parent322eae37aad3f6553f84e3499421f6709ee7c440 (diff)
downloadsonarqube-fe4bf17e5c93ca6b683161d9ddaf390b0c9320dc.tar.gz
sonarqube-fe4bf17e5c93ca6b683161d9ddaf390b0c9320dc.zip
SONAR-2657 Fix circular dependency in IoC container
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 7dc02556456..a55c24d7c99 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -276,7 +276,7 @@
<rules>
<requireFilesSize>
<minsize>55000000</minsize>
- <maxsize>60000000</maxsize>
+ <maxsize>60400000</maxsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>