File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import javax .sql .DataSource ;
24
24
25
- import org .apache .ibatis .session .SqlSessionFactory ;
26
25
import org .mockito .Mockito ;
27
- import org .springframework .beans .factory .BeanFactory ;
28
26
import org .springframework .beans .factory .annotation .Autowired ;
29
27
import org .springframework .beans .factory .annotation .Qualifier ;
30
28
import org .springframework .context .ApplicationEventPublisher ;
@@ -77,9 +75,7 @@ public class TestConfiguration {
77
75
public static final String PROFILE_NO_SINGLE_QUERY_LOADING = "!" + PROFILE_SINGLE_QUERY_LOADING ;
78
76
79
77
@ Autowired DataSource dataSource ;
80
- @ Autowired BeanFactory beanFactory ;
81
78
@ Autowired ApplicationEventPublisher publisher ;
82
- @ Autowired (required = false ) SqlSessionFactory sqlSessionFactory ;
83
79
84
80
@ Bean
85
81
JdbcRepositoryFactory jdbcRepositoryFactory (
You can’t perform that action at this time.
0 commit comments