diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-09 11:56:17 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-10 11:07:44 +0100 |
commit | 0f5309fd85280f73c44b81c118f816b54c5a7eae (patch) | |
tree | 6ae6be0c38eb4aaaded9d21451c90d6e35e109eb /sonar-application/pom.xml | |
parent | 8a2cea457ed4b0ac15f6303cd7eb48ce0d5e84d9 (diff) | |
download | sonarqube-0f5309fd85280f73c44b81c118f816b54c5a7eae.tar.gz sonarqube-0f5309fd85280f73c44b81c118f816b54c5a7eae.zip |
SONAR-8646 Embed SonarFlex
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 10 |
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> |