Skip to content

Commit 20ee5e8

Browse files
committed
HV-953 Avoiding logged exception in integration test due to presence of TestNG
1 parent 893080e commit 20ee5e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<groupId>org.hibernate</groupId>
4141
<artifactId>hibernate-validator-test-utils</artifactId>
4242
<scope>test</scope>
43+
<exclusions>
44+
<exclusion>
45+
<groupId>org.testng</groupId>
46+
<artifactId>testng</artifactId>
47+
</exclusion>
48+
</exclusions>
4349
</dependency>
4450
<dependency>
4551
<groupId>org.hibernate</groupId>

0 commit comments

Comments
 (0)