Skip to content

Commit 5817e10

Browse files
committed
Exclude duplicate dependency in Jetty starter
1 parent 900c67f commit 5817e10

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-starters/spring-boot-starter-jetty

1 file changed

+4
-0
lines changed

spring-boot-starters/spring-boot-starter-jetty/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<groupId>org.eclipse.jetty</groupId>
4040
<artifactId>jetty-jndi</artifactId>
4141
</exclusion>
42+
<exclusion>
43+
<groupId>javax.websocket</groupId>
44+
<artifactId>javax.websocket-client-api</artifactId>
45+
</exclusion>
4246
</exclusions>
4347
</dependency>
4448
<dependency>

0 commit comments

Comments
 (0)