Skip to content

Commit 834f1c4

Browse files
committed
introduce dependency management for jetty
1 parent d65a10c commit 834f1c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@
104104
</dependency>
105105
<!-- spring -->
106106
<!-- 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>
107115
<dependency>
108116
<groupId>org.springframework.security</groupId>
109117
<artifactId>spring-security-bom</artifactId>

0 commit comments

Comments
 (0)