File tree 2 files changed +4
-4
lines changed
main/java/org/springframework/data/ldap/repository/cdi
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
import javax .enterprise .inject .spi .BeanManager ;
32
32
import javax .enterprise .inject .spi .ProcessBean ;
33
33
34
- import org .slf4j .Logger ;
35
- import org .slf4j .LoggerFactory ;
34
+ import org .apache .commons .logging .Log ;
35
+ import org .apache .commons .logging .LogFactory ;
36
+
36
37
import org .springframework .data .repository .cdi .CdiRepositoryBean ;
37
38
import org .springframework .data .repository .cdi .CdiRepositoryExtensionSupport ;
38
39
import org .springframework .ldap .core .LdapOperations ;
45
46
*/
46
47
public class LdapRepositoryExtension extends CdiRepositoryExtensionSupport {
47
48
48
- private static final Logger LOG = LoggerFactory . getLogger (LdapRepositoryExtension .class );
49
+ private static final Log LOG = LogFactory . getLog (LdapRepositoryExtension .class );
49
50
50
51
private final Map <Set <Annotation >, Bean <LdapOperations >> ldapOperations = new HashMap <>();
51
52
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments