aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-17 23:33:27 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-17 23:33:49 +0200
commitf2dd46cf5745f7c14f2bce20f5131e4e242f8c7c (patch)
tree11ea192820faf6916a522d59886f923ac5bd6c1f /sonar-application/pom.xml
parentfa306cf2509a427937642db79e391e48ce85221e (diff)
downloadsonarqube-f2dd46cf5745f7c14f2bce20f5131e4e242f8c7c.tar.gz
sonarqube-f2dd46cf5745f7c14f2bce20f5131e4e242f8c7c.zip
SONAR-4969 Do not mix batch and server classpaths
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index c59caf02c7b..beb6302868a 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -58,6 +58,12 @@
<artifactId>logback-core</artifactId>
</dependency>
<dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>sonar-batch-maven-compat</artifactId>
+ <version>${pom.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
@@ -164,13 +170,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-maven-batch-plugin</artifactId>
- <version>${project.version}</version>
- <type>sonar-plugin</type>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.sonatype.jsw-binaries</groupId>
<artifactId>jsw-binaries</artifactId>
<version>3.2.3.6</version>
@@ -258,8 +257,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>55000000</minsize>
- <maxsize>75000000</maxsize>
+ <minsize>80000000</minsize>
+ <maxsize>88000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>