This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 200bcdca063 Add missing druid-services dependency jetty-io (#18702)
200bcdca063 is described below

commit 200bcdca063eedc160b5b67cc7cba576de40318e
Author: Vishesh Garg <[email protected]>
AuthorDate: Wed Oct 29 14:42:06 2025 +0530

    Add missing druid-services dependency jetty-io (#18702)
    
    * Add missing druid-services test dependency jetty-io
    
    * move to compile-time
---
 services/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/services/pom.xml b/services/pom.xml
index 7bda8bc738f..cba89673595 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -247,6 +247,10 @@
             <groupId>org.jdbi</groupId>
             <artifactId>jdbi</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-io</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js-scriptengine</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to