We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65a10c commit 834f1c4Copy full SHA for 834f1c4
pom.xml
@@ -104,6 +104,14 @@
104
</dependency>
105
<!-- spring -->
106
<!-- BOMs -->
107
+ <!-- Align all Jetty artifacts FIRST so its versions win over Spring Boot's -->
108
+ <dependency>
109
+ <groupId>org.eclipse.jetty</groupId>
110
+ <artifactId>jetty-bom</artifactId>
111
+ <version>${org.eclipse.jetty.version}</version>
112
+ <type>pom</type>
113
+ <scope>import</scope>
114
+ </dependency>
115
<dependency>
116
<groupId>org.springframework.security</groupId>
117
<artifactId>spring-security-bom</artifactId>
0 commit comments