File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
mybatis-spring-boot-autoconfigure
mybatis-spring-boot-samples
mybatis-spring-boot-sample-war
mybatis-spring-boot-sample-web Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 110110 </dependency >
111111 <dependency >
112112 <groupId >org.springframework.boot</groupId >
113- <artifactId >spring-boot-starter- flyway</artifactId >
113+ <artifactId >spring-boot-flyway</artifactId >
114114 <scope >test</scope >
115115 </dependency >
116116 <dependency >
117117 <groupId >org.springframework.boot</groupId >
118- <artifactId >spring-boot-starter- liquibase</artifactId >
118+ <artifactId >spring-boot-liquibase</artifactId >
119119 <scope >test</scope >
120120 </dependency >
121121
Original file line number Diff line number Diff line change 6969 <scope >runtime</scope >
7070 </dependency >
7171 <!-- test dependencies -->
72- <dependency >
73- <groupId >org.springframework.boot</groupId >
74- <artifactId >spring-boot-starter-restclient</artifactId >
75- <scope >test</scope >
76- </dependency >
7772 <dependency >
7873 <groupId >org.springframework.boot</groupId >
7974 <artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 4444 <scope >runtime</scope >
4545 </dependency >
4646 <!-- test dependencies -->
47- <dependency >
48- <groupId >org.springframework.boot</groupId >
49- <artifactId >spring-boot-starter-restclient</artifactId >
50- <scope >test</scope >
51- </dependency >
5247 <dependency >
5348 <groupId >org.springframework.boot</groupId >
5449 <artifactId >spring-boot-resttestclient</artifactId >
You can’t perform that action at this time.
0 commit comments