Skip to content

Commit 14e5eeb

Browse files
authored
chore: add workaround for container tests (#659)
Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
1 parent 7c10908 commit 14e5eeb

File tree

1 file changed

+2
-0
lines changed
  • extras/queue-manager-replicated/tests-multi-instance/tests

1 file changed

+2
-0
lines changed

extras/queue-manager-replicated/tests-multi-instance/tests/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
<!-- Ensure tests run with proper module path for Testcontainers -->
8585
<systemPropertyVariables>
8686
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
87+
<!-- workaround for https://github.com/testcontainers/testcontainers-java/issues/11212 -->
88+
<api.version>1.44</api.version>
8789
</systemPropertyVariables>
8890
</configuration>
8991
</plugin>

0 commit comments

Comments
 (0)