We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233fe46 commit ef52fcdCopy full SHA for ef52fcd
pom.xml
@@ -27,6 +27,17 @@
27
<groupId>org.springframework.boot</groupId>
28
<artifactId>spring-boot-starter-web</artifactId>
29
<version>${spring.version}</version>
30
+ <exclusions>
31
+ <exclusion>
32
+ <groupId>org.springframework.boot</groupId>
33
+ <artifactId>spring-boot-starter-tomcat</artifactId>
34
+ </exclusion>
35
+ </exclusions>
36
+ </dependency>
37
+ <dependency>
38
39
+ <artifactId>spring-boot-starter-jetty</artifactId>
40
+ <version>${spring.version}</version>
41
</dependency>
42
<dependency>
43
0 commit comments