Skip to content

Commit

Permalink
build(tck): allow JUnit4 to enable Testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 2c14107 commit 7e1dafd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xoai-data-provider-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
<artifactId>xoai-data-provider-tck</artifactId>
<description>Technology Compatibility Kit for Spec Conformance of Data Provider</description>

<properties>
<!--
This is necessary to allow Testcontainers to use JUnit4 TestRule.
We cannot exclude the dependency, as it is hardcoded.
See also https://github.com/testcontainers/testcontainers-java/issues/970
At least we enforce it for the other modules - it's probably alright for this TCK.
-->
<skipEnforce.junit5>true</skipEnforce.junit5>
</properties>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7e1dafd

Please sign in to comment.