aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-17 14:53:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-19 12:02:11 +0100
commit6adb553ddc2711cb88632be9bd96b4e91c51082e (patch)
treeac6c1d4fb0ed1d465b1764f01bec593e487a7094 /sonar-plugin-api/pom.xml
parent97fad28fd91b49710bd39217ad7f3929e0c2661e (diff)
downloadsonarqube-6adb553ddc2711cb88632be9bd96b4e91c51082e.tar.gz
sonarqube-6adb553ddc2711cb88632be9bd96b4e91c51082e.zip
SONAR-5700 ability to change level of loggers of 3rd-party libraries
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index fef2a0bed26..3bb3de8f2e1 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -156,6 +156,11 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>