aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r--server/sonar-search/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 26d3b355560..9f836ef23ba 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -37,7 +37,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <scope>runtime</scope>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- testing -->