Skip to content

Commit 8680376

Browse files
committed
Add validation implementation dep
1 parent e6d18dc commit 8680376

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<artifactId>jakarta.validation-api</artifactId>
5858
<version>3.1.0</version>
5959
</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 -->
6066
<dependency>
6167
<groupId>junit</groupId>
6268
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)