summaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-07 17:09:48 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-07 17:13:17 +0100
commit0c410b971537947ff4900e015fe71dd3e81157f2 (patch)
tree53ffe110128a866a218fa7fc4435b26283b095ac /sonar-application/src/main
parentb633e57cbfe1789a2048b3b79702ff84514e8525 (diff)
downloadsonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.tar.gz
sonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.zip
Remove useless Maven dependencies
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r--sonar-application/src/main/assembly/conf/logback.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-application/src/main/assembly/conf/logback.xml b/sonar-application/src/main/assembly/conf/logback.xml
index 63913b48eea..cea4a381d49 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -58,11 +58,6 @@
<!-- removing "An item was expired by the cache while it was locked (increase your cache timeout)" msg -->
<level value="ERROR"/>
</logger>
- <logger name="org.hibernate.cache.EhCacheProvider">
- <!-- removing "org.hibernate.cache.EhCacheProvider - Could not find configuration)" message -->
- <level value="ERROR"/>
- </logger>
-
<logger name="org.hibernate">
<level value="WARN"/>
</logger>