File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 4242 <groupId >${project.groupId} </groupId >
4343 <artifactId >hibernate-validator-annotation-processor</artifactId >
4444 </dependency >
45+ <dependency >
46+ <groupId >${project.groupId} </groupId >
47+ <artifactId >hibernate-validator-test-utils</artifactId >
48+ <scope >compile</scope >
49+ </dependency >
4550 <dependency >
4651 <groupId >${project.groupId} </groupId >
4752 <artifactId >hibernate-validator-bom</artifactId >
Original file line number Diff line number Diff line change 2424 <include >org.hibernate.validator:hibernate-validator</include >
2525 <include >org.hibernate.validator:hibernate-validator-cdi</include >
2626 <include >org.hibernate.validator:hibernate-validator-annotation-processor</include >
27+ <include >org.hibernate.validator:hibernate-validator-test-utils</include >
2728 </includes >
2829 </dependencySet >
2930
You can’t perform that action at this time.
0 commit comments