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 cfd2c7f commit 359f9cdCopy full SHA for 359f9cd
pom.xml
@@ -64,6 +64,11 @@
64
<artifactId>spring-boot-configuration-processor</artifactId>
65
<optional>true</optional>
66
</dependency>
67
+ <dependency>
68
+ <groupId>org.springframework.boot</groupId>
69
+ <artifactId>spring-boot-starter-web</artifactId>
70
+ <optional>true</optional>
71
+ </dependency>
72
<dependency>
73
<groupId>io.springfox</groupId>
74
<artifactId>springfox-swagger-ui</artifactId>
@@ -85,11 +90,6 @@
85
90
<version>${version.lombok}</version>
86
91
<scope>provided</scope>
87
92
88
- <dependency>
89
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- <optional>true</optional>
- </dependency>
93
</dependencies>
94
95
<dependencyManagement>
0 commit comments