Skip to content

Commit

Permalink
Fix the maven warning during build (apache#16746)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericByte authored Jul 18, 2024
1 parent b53c26f commit 0eaa810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0eaa810

Please sign in to comment.