diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-13 14:56:28 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-19 12:01:20 +0100 |
commit | c063afcb3a908e4205f4f3b605f5137489ae2eba (patch) | |
tree | 57192e99495589cb415e451c250124a4a77ce1e5 /server/sonar-search/pom.xml | |
parent | 776b67bdfafe3602802e3c76f14b0a5fd3871d12 (diff) | |
download | sonarqube-c063afcb3a908e4205f4f3b605f5137489ae2eba.tar.gz sonarqube-c063afcb3a908e4205f4f3b605f5137489ae2eba.zip |
SONAR-6057 Make log rotation more configurable for production
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r-- | server/sonar-search/pom.xml | 7 |
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 --> |