This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new 52d4ac1d303 [fix][build][branch-4.2] Use correct Jetty ee8 BOM
coordinates
52d4ac1d303 is described below
commit 52d4ac1d3035c84fe18b97292a5321c9d48d58bc
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 16 13:37:36 2026 +0300
[fix][build][branch-4.2] Use correct Jetty ee8 BOM coordinates
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f06a774f3d9..71368671658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1744,7 +1744,7 @@ flexible messaging model and an intuitive client
API.</description>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
- <artifactId>jetty-ee8</artifactId>
+ <artifactId>jetty-ee8-bom</artifactId>
<version>${jetty.version}</version>
<type>pom</type>
<scope>import</scope>