From 72c16503f4dd9cf14e75836206992fdd4ec954e4 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 19 Jan 2017 11:36:23 +0100 Subject: [PATCH] SONAR-8684 Decrease expected jar app size due to removal of rails --- sonar-application/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index f808f75cd45..f80328b1a7f 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -218,8 +218,8 @@ - 125000000 - 132000000 + 105000000 + 112000000 ${project.build.directory}/sonarqube-${project.version}.zip -- 2.39.5