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

asdf2014 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 0eaa810e89b Fix the maven warning during build (#16746)
0eaa810e89b is described below

commit 0eaa810e89b7595a4c760a14f2db92f02339944f
Author: Alberic Liu <albericl...@gmail.com>
AuthorDate: Wed Jul 17 23:56:15 2024 -0700

    Fix the maven warning during build (#16746)
---
 pom.xml            | 2 +-
 processing/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3490fbd0ee7..ea9c3dcfa17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -608,7 +608,7 @@
                 <type>pom</type>
             </dependency>
             <dependency>
-                <groupId>org.hibernate</groupId>
+                <groupId>org.hibernate.validator</groupId>
                 <artifactId>hibernate-validator</artifactId>
                 <version>${hibernate-validator.version}</version>
             </dependency>
diff --git a/processing/pom.xml b/processing/pom.xml
index df0ca6fd464..bfb39cf2f77 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -203,7 +203,7 @@
       <artifactId>airline</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
+      <groupId>org.hibernate.validator</groupId>
       <artifactId>hibernate-validator</artifactId>
       <scope>runtime</scope>
     </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to