aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
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-batch
parentb633e57cbfe1789a2048b3b79702ff84514e8525 (diff)
downloadsonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.tar.gz
sonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.zip
Remove useless Maven dependencies
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/src/main/resources/org/sonar/batch/bootstrapper/logback.xml7
-rw-r--r--sonar-batch/src/main/resources/org/sonar/batch/logback.xml7
2 files changed, 0 insertions, 14 deletions
diff --git a/sonar-batch/src/main/resources/org/sonar/batch/bootstrapper/logback.xml b/sonar-batch/src/main/resources/org/sonar/batch/bootstrapper/logback.xml
index eb3084afa54..08e4a0a3703 100644
--- a/sonar-batch/src/main/resources/org/sonar/batch/bootstrapper/logback.xml
+++ b/sonar-batch/src/main/resources/org/sonar/batch/bootstrapper/logback.xml
@@ -18,17 +18,10 @@
</encoder>
</appender>
- <logger name="net.sf.ehcache">
- <level value="WARN"/>
- </logger>
<logger name="org.hibernate.cache.ReadWriteCache">
<!-- 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 configuratio)" message -->
- <level value="ERROR"/>
- </logger>
<logger name="org.hibernate">
<level value="WARN"/>
</logger>
diff --git a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml
index 1dba6b7f3cc..539320cd1b8 100644
--- a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml
+++ b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml
@@ -14,17 +14,10 @@
</encoder>
</appender>
- <logger name="net.sf.ehcache">
- <level value="WARN"/>
- </logger>
<logger name="org.hibernate.cache.ReadWriteCache">
<!-- 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 configuratio)" message -->
- <level value="ERROR"/>
- </logger>
<logger name="org.hibernate">
<level value="WARN"/>
</logger>