mirror of https://github.com/apache/druid.git
Fix the maven warning during build (#16746)
This commit is contained in:
parent
b53c26f5c5
commit
0eaa810e89
2
pom.xml
2
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue