File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 3838 <groupId >${project.groupId} </groupId >
3939 <artifactId >hibernate-validator</artifactId >
4040 </dependency >
41- <dependency >
42- <groupId >${project.groupId} </groupId >
43- <artifactId >hibernate-validator-cdi</artifactId >
44- </dependency >
4541 <dependency >
4642 <groupId >org.glassfish</groupId >
4743 <artifactId >javax.el</artifactId >
236232 <artifactId >wildfly-arquillian-container-managed</artifactId >
237233 <scope >test</scope >
238234 </dependency >
235+ <dependency >
236+ <groupId >${project.groupId} </groupId >
237+ <artifactId >hibernate-validator-modules</artifactId >
238+ <version >${project.version} </version >
239+ <classifier >wildfly-${version.wildfly.tck} -patch</classifier >
240+ <type >zip</type >
241+ </dependency >
239242 </dependencies >
240243 <build >
241244 <plugins >
You can’t perform that action at this time.
0 commit comments