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 38
38
<groupId >${project.groupId} </groupId >
39
39
<artifactId >hibernate-validator</artifactId >
40
40
</dependency >
41
- <dependency >
42
- <groupId >${project.groupId} </groupId >
43
- <artifactId >hibernate-validator-cdi</artifactId >
44
- </dependency >
45
41
<dependency >
46
42
<groupId >org.glassfish</groupId >
47
43
<artifactId >javax.el</artifactId >
236
232
<artifactId >wildfly-arquillian-container-managed</artifactId >
237
233
<scope >test</scope >
238
234
</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 >
239
242
</dependencies >
240
243
<build >
241
244
<plugins >
You can’t perform that action at this time.
0 commit comments