Closed
Description
When building the project a warning is thrown stating that org.slf4j:slf4j-api
is defined in samples/javaconfig/x509/spring-security-samples-javaconfig-x509.gradle
but no implementation is given.
If we remove it we get rid of this warning and have a cleaner building process
Should we remove it?