diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-05-11 18:32:30 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-05-12 12:37:19 +0200 |
commit | 8875546d4d04eaaeba745f468b78918459f905fb (patch) | |
tree | 8e76866373d57638cd216a097b48ae911114b4cb /sonar-application | |
parent | c01e10ac1000017f3930193d42222e257155fc42 (diff) | |
download | sonarqube-8875546d4d04eaaeba745f468b78918459f905fb.tar.gz sonarqube-8875546d4d04eaaeba745f468b78918459f905fb.zip |
SONAR-9190 Embed SonarXML 4.2.885
Diffstat (limited to 'sonar-application')
-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 64b7d2f48c6..6d01e82a68a 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -145,6 +145,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.sonarsource.xml</groupId> + <artifactId>sonar-xml-plugin</artifactId> + <type>sonar-plugin</type> + <scope>provided</scope> + </dependency> + <dependency> <!-- do not upgrade because of licensing change --> <groupId>tanukisoft</groupId> <artifactId>wrapper</artifactId> @@ -236,8 +242,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>128000000</minsize> - <maxsize>136000000</maxsize> + <minsize>136000000</minsize> + <maxsize>144000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |