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.
2 parents 1f7aff0 + a196fe7 commit a663397Copy full SHA for a663397
spring-boot/pom.xml
@@ -26,6 +26,21 @@
26
<dependency>
27
<groupId>org.springframework.boot</groupId>
28
<artifactId>spring-boot-starter-web</artifactId>
29
+ <exclusions>
30
+ <exclusion>
31
+ <groupId>org.apache.tomcat.embed</groupId>
32
+ <artifactId>tomcat-embed-core</artifactId>
33
+ </exclusion>
34
35
36
+ <artifactId>tomcat-embed-websocket</artifactId>
37
38
+ </exclusions>
39
+ </dependency>
40
+ <dependency>
41
+ <groupId>org.apache.tomcat.experimental</groupId>
42
+ <artifactId>tomcat-embed-programmatic</artifactId>
43
+ <version>${tomcat.version}</version>
44
</dependency>
45
46
<groupId>org.springframework.experimental</groupId>
0 commit comments