diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-08-17 17:37:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-05 14:24:12 +0200 |
commit | 826cbace35682de7d4eb9ca496a5c277d2120e4c (patch) | |
tree | 4db8c0e454adf94ee6825a20466ab633d5ecb3cc /sonar-application/pom.xml | |
parent | 72e202b73cffcedc1ca3cc7311008f2a39006d21 (diff) | |
download | sonarqube-826cbace35682de7d4eb9ca496a5c277d2120e4c.tar.gz sonarqube-826cbace35682de7d4eb9ca496a5c277d2120e4c.zip |
SONAR-8798 delete maven module sonar-search
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 465de1fe104..0baa854c572 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -51,12 +51,6 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>sonar-search</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>sonar-ce</artifactId> <version>${project.version}</version> <scope>provided</scope> @@ -260,8 +254,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>202000000</minsize> - <maxsize>210000000</maxsize> + <minsize>190000000</minsize> + <maxsize>205000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |