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 2222
2323import javax .sql .DataSource ;
2424
25- import org .apache .ibatis .session .SqlSessionFactory ;
2625import org .mockito .Mockito ;
27- import org .springframework .beans .factory .BeanFactory ;
2826import org .springframework .beans .factory .annotation .Autowired ;
2927import org .springframework .beans .factory .annotation .Qualifier ;
3028import org .springframework .context .ApplicationEventPublisher ;
@@ -77,9 +75,7 @@ public class TestConfiguration {
7775 public static final String PROFILE_NO_SINGLE_QUERY_LOADING = "!" + PROFILE_SINGLE_QUERY_LOADING ;
7876
7977 @ Autowired DataSource dataSource ;
80- @ Autowired BeanFactory beanFactory ;
8178 @ Autowired ApplicationEventPublisher publisher ;
82- @ Autowired (required = false ) SqlSessionFactory sqlSessionFactory ;
8379
8480 @ Bean
8581 JdbcRepositoryFactory jdbcRepositoryFactory (
You can’t perform that action at this time.
0 commit comments