Skip to content

Commit 461df48

Browse files
committed
add pom starter-web to data-fast
1 parent ad7ceed commit 461df48

File tree

1 file changed

+2
-8
lines changed
  • springboot-starter-data-fast

1 file changed

+2
-8
lines changed

springboot-starter-data-fast/pom.xml

+2-8
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<dependencies>
2020

2121
<dependency>
22-
<groupId>org.springframework</groupId>
23-
<artifactId>spring-webmvc</artifactId>
22+
<groupId>org.springframework.boot</groupId>
23+
<artifactId>spring-boot-starter-web</artifactId>
2424
</dependency>
2525

2626
<dependency>
@@ -33,12 +33,6 @@
3333
<artifactId>spring-boot-starter-data-jpa</artifactId>
3434
</dependency>
3535

36-
<dependency>
37-
<groupId>org.springframework.boot</groupId>
38-
<artifactId>spring-boot-starter-web</artifactId>
39-
<scope>test</scope>
40-
</dependency>
41-
4236
<dependency>
4337
<groupId>com.h2database</groupId>
4438
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)