Skip to content

Commit

Permalink
Merge pull request #1687 from /issues/1679-limit-dependency
Browse files Browse the repository at this point in the history
Limit client-model dependency from starter-validation to hibernate-validator
  • Loading branch information
banterCZ authored Oct 1, 2024
2 parents ece60e0 + d6d5725 commit c6d5e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powerauth-client-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit c6d5e86

Please sign in to comment.