mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Replace slf4j dependencies with logback-classic
This commit removes explicit declaration of slf4j dependencies. Instead, logback classic is declared that will pull them transitively. Fixes: gh-6130
This commit is contained in:
parent
d1492afc0c
commit
8e648deda0
@ -8,10 +8,7 @@ dependencies {
|
||||
compile 'javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api'
|
||||
compile 'javax.validation:validation-api'
|
||||
compile 'org.hibernate:hibernate-validator'
|
||||
compile 'org.slf4j:jcl-over-slf4j'
|
||||
compile 'org.slf4j:jul-to-slf4j'
|
||||
compile 'org.slf4j:log4j-over-slf4j'
|
||||
compile 'org.slf4j:slf4j-api'
|
||||
compile 'ch.qos.logback:logback-classic'
|
||||
compile 'org.springframework:spring-jdbc'
|
||||
compile 'org.springframework:spring-webmvc'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user