aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-10-01 17:58:15 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-10-02 08:40:52 +0200
commitcd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch)
tree7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-application
parent6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff)
downloadsonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.tar.gz
sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.zip
SONAR-4735 Remove the XML libs that are packaged with Java 6
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 66290c24389..7dc02556456 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -275,8 +275,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>60000000</minsize>
- <maxsize>65000000</maxsize>
+ <minsize>55000000</minsize>
+ <maxsize>60000000</maxsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>