We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d18dc commit 8680376Copy full SHA for 8680376
pom.xml
@@ -57,6 +57,12 @@
57
<artifactId>jakarta.validation-api</artifactId>
58
<version>3.1.0</version>
59
</dependency>
60
+ <dependency>
61
+ <groupId>org.apache.bval</groupId>
62
+ <artifactId>bval-jsr</artifactId>
63
+ <version>3.0.1</version>
64
+ </dependency>
65
+ <!-- Test dependencies -->
66
<dependency>
67
<groupId>junit</groupId>
68
<artifactId>junit</artifactId>
0 commit comments