Fix the maven warning during build (#16746)

This commit is contained in:
Alberic Liu 2024-07-17 23:56:15 -07:00 committed by GitHub
parent b53c26f5c5
commit 0eaa810e89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>