Skip to content

Commit 7d7b4fa

Browse files
committed
HV-1693 Fix the dependencies of the tck-runner module
1 parent 09f9be9 commit 7d7b4fa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tck-runner/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
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>
@@ -236,6 +232,13 @@
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>

0 commit comments

Comments
 (0)