Skip to content

Commit 60a9419

Browse files
committed
Refine dependency settings for Spring Boot 4.x
See gh-1145
1 parent 770e08c commit 60a9419

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

3 files changed

+2
-12
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
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

mybatis-spring-boot-samples/mybatis-spring-boot-sample-war/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
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>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-web/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
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>

0 commit comments

Comments
 (0)