File tree 2 files changed +28
-5
lines changed
mybatis-spring-boot-starter-test
mybatis-spring-boot-test-autoconfigure
2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 28
28
<artifactId >mybatis-spring-boot-starter-test</artifactId >
29
29
<name >mybatis-spring-boot-starter-test</name >
30
30
<dependencies >
31
+ <dependency >
32
+ <groupId >org.springframework.boot</groupId >
33
+ <artifactId >spring-boot-starter-test</artifactId >
34
+ </dependency >
31
35
<dependency >
32
36
<groupId >org.mybatis.spring.boot</groupId >
33
37
<artifactId >mybatis-spring-boot-test-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 30
30
<name >mybatis-spring-boot-test-autoconfigure</name >
31
31
<dependencies >
32
32
<dependency >
33
- <groupId >org.mybatis.spring .boot</groupId >
34
- <artifactId >mybatis- spring-boot-starter </artifactId >
33
+ <groupId >org.springframework .boot</groupId >
34
+ <artifactId >spring-boot-test-autoconfigure </artifactId >
35
35
</dependency >
36
36
<dependency >
37
- <groupId >org.springframework.boot</groupId >
38
- <artifactId >spring-boot-starter-test</artifactId >
39
- <optional >true</optional >
37
+ <groupId >org.springframework</groupId >
38
+ <artifactId >spring-test</artifactId >
39
+ <exclusions >
40
+ <exclusion >
41
+ <groupId >commons-logging</groupId >
42
+ <artifactId >commons-logging</artifactId >
43
+ </exclusion >
44
+ </exclusions >
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >org.springframework</groupId >
48
+ <artifactId >spring-tx</artifactId >
40
49
</dependency >
41
50
<dependency >
42
51
<groupId >com.h2database</groupId >
43
52
<artifactId >h2</artifactId >
44
53
<scope >test</scope >
45
54
</dependency >
55
+ <dependency >
56
+ <groupId >org.mybatis.spring.boot</groupId >
57
+ <artifactId >mybatis-spring-boot-starter</artifactId >
58
+ <scope >test</scope >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >org.springframework.boot</groupId >
62
+ <artifactId >spring-boot-starter-test</artifactId >
63
+ <scope >test</scope >
64
+ </dependency >
46
65
</dependencies >
47
66
</project >
You can’t perform that action at this time.
0 commit comments