File tree Expand file tree Collapse file tree 2 files changed +0
-44
lines changed Expand file tree Collapse file tree 2 files changed +0
-44
lines changed Original file line number Diff line number Diff line change 41
41
run : |
42
42
./mvnw test
43
43
./mybatis-spring-boot-samples/run_fatjars.sh
44
- - name : Test with Spring Boot 2.3
45
- run : |
46
- ./mvnw test -Dspring-boot.version=$(./scripts/get_latest_version.sh 2.3)
47
- ./mybatis-spring-boot-samples/run_fatjars.sh
48
- - name : Test with Spring Boot 2.2
49
- run : |
50
- ./mvnw test -Dspring-boot.version=$(./scripts/get_latest_version.sh 2.2)
51
- ./mybatis-spring-boot-samples/run_fatjars.sh
52
- - name : Test with Spring Boot 2.1
53
- run : |
54
- ./mvnw test -Dspring-boot.version=$(./scripts/get_latest_version.sh 2.1) -Dspring-boot.version.line=2.1.x
55
- ./mybatis-spring-boot-samples/run_fatjars.sh
Original file line number Diff line number Diff line change 159
159
<groupId >org.springframework.boot</groupId >
160
160
<artifactId >spring-boot-starter-test</artifactId >
161
161
<version >${spring-boot.version} </version >
162
- <exclusions >
163
- <!-- Only matters for 2.3 and earlier code lines as removed in latest -->
164
- <exclusion >
165
- <groupId >org.junit.vintage</groupId >
166
- <artifactId >junit-vintage-engine</artifactId >
167
- </exclusion >
168
- </exclusions >
169
162
</dependency >
170
163
</dependencies >
171
164
</dependencyManagement >
212
205
</pluginRepository >
213
206
</pluginRepositories >
214
207
215
- <profiles >
216
- <profile >
217
- <id >spring-boor-2.1.x</id >
218
- <activation >
219
- <property >
220
- <name >spring-boot.version.line</name >
221
- <value >2.1.x</value >
222
- </property >
223
- </activation >
224
- <dependencies >
225
- <dependency >
226
- <groupId >org.junit.jupiter</groupId >
227
- <artifactId >junit-jupiter-engine</artifactId >
228
- <scope >test</scope >
229
- </dependency >
230
- <dependency >
231
- <groupId >org.assertj</groupId >
232
- <artifactId >assertj-core</artifactId >
233
- <version >3.19.0</version >
234
- <scope >test</scope >
235
- </dependency >
236
- </dependencies >
237
- </profile >
238
- </profiles >
239
-
240
208
</project >
You can’t perform that action at this time.
0 commit comments