We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7ceed commit 461df48Copy full SHA for 461df48
springboot-starter-data-fast/pom.xml
@@ -19,8 +19,8 @@
19
<dependencies>
20
21
<dependency>
22
- <groupId>org.springframework</groupId>
23
- <artifactId>spring-webmvc</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
24
</dependency>
25
26
@@ -33,12 +33,6 @@
33
<artifactId>spring-boot-starter-data-jpa</artifactId>
34
35
36
- <dependency>
37
- <groupId>org.springframework.boot</groupId>
38
- <artifactId>spring-boot-starter-web</artifactId>
39
- <scope>test</scope>
40
- </dependency>
41
-
42
43
<groupId>com.h2database</groupId>
44
<artifactId>h2</artifactId>
0 commit comments