Skip to content

Commit

Permalink
[FS-202883] : remove nested validation (#41)
Browse files Browse the repository at this point in the history
* remove nested validation

* change validator library

---------

Co-authored-by: Aravind Chandrasekaran <[email protected]>
  • Loading branch information
prabhakaranE6157 and aravind-chandrasekaran authored Sep 30, 2024
1 parent eb14a42 commit 4ee76d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dependencies {

implementation "org.apache.commons:commons-lang3"

implementation "org.apache.bval:bval-jsr:${revBval}"
//implementation "org.apache.bval:bval-jsr:${revBval}"
implementation "org.hibernate.validator:hibernate-validator:${revHibernateValidator}"

implementation "com.google.protobuf:protobuf-java:${revProtoBuf}"

Expand Down
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ dependencies {

implementation "com.netflix.spectator:spectator-api:${revSpectator}"

implementation "org.apache.bval:bval-jsr:${revBval}"
//implementation "org.apache.bval:bval-jsr:${revBval}"
implementation "org.hibernate.validator:hibernate-validator:${revHibernateValidator}"

implementation "com.github.ben-manes.caffeine:caffeine"

Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ ext {
revSpotifyCompletableFutures = '0.3.3'
revTestContainer = '1.19.1'
revScylla = '3.11.5.0'
revHibernateValidator = '6.2.5.Final'
}

0 comments on commit 4ee76d4

Please sign in to comment.