We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60e171 commit 1ce6eb5Copy full SHA for 1ce6eb5
samples/javaconfig/x509/spring-security-samples-javaconfig-x509.gradle
@@ -8,10 +8,7 @@ dependencies {
8
compile 'javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api'
9
compile 'javax.validation:validation-api'
10
compile 'org.hibernate:hibernate-validator'
11
- compile 'org.slf4j:jcl-over-slf4j'
12
- compile 'org.slf4j:jul-to-slf4j'
13
- compile 'org.slf4j:log4j-over-slf4j'
14
- compile 'org.slf4j:slf4j-api'
+ compile 'ch.qos.logback:logback-classic'
15
compile 'org.springframework:spring-jdbc'
16
compile 'org.springframework:spring-webmvc'
17
0 commit comments