aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-03 15:55:32 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-06 16:24:19 +0100
commitddf74a5a528cfd781c1da8677e88c4bc5cfe6e3a (patch)
treeb7a7e32314c75dbe91905f79e9411781e40826d4 /sonar-application
parent93b8165202149fa27053f2cc9a36be1b68130237 (diff)
downloadsonarqube-ddf74a5a528cfd781c1da8677e88c4bc5cfe6e3a.tar.gz
sonarqube-ddf74a5a528cfd781c1da8677e88c4bc5cfe6e3a.zip
SONAR-8646 Embed SonarPHP and SonarPython
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index f80328b1a7f..c7c4f47e627 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -127,6 +127,18 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.sonarsource.php</groupId>
+ <artifactId>sonar-php-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.sonarsource.python</groupId>
+ <artifactId>sonar-python-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<!-- do not upgrade because of licensing change -->
<groupId>tanukisoft</groupId>
<artifactId>wrapper</artifactId>
@@ -218,8 +230,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>105000000</minsize>
- <maxsize>112000000</maxsize>
+ <minsize>110000000</minsize>
+ <maxsize>117000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>