aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index c7c4f47e627..bdaffdd326f 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -139,6 +139,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.sonarsource.flex</groupId>
+ <artifactId>sonar-flex-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<!-- do not upgrade because of licensing change -->
<groupId>tanukisoft</groupId>
<artifactId>wrapper</artifactId>
@@ -230,8 +236,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>110000000</minsize>
- <maxsize>117000000</maxsize>
+ <minsize>111000000</minsize>
+ <maxsize>118000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>