We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c10908 commit 14e5eebCopy full SHA for 14e5eeb
extras/queue-manager-replicated/tests-multi-instance/tests/pom.xml
@@ -84,6 +84,8 @@
84
<!-- Ensure tests run with proper module path for Testcontainers -->
85
<systemPropertyVariables>
86
<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>
89
</systemPropertyVariables>
90
</configuration>
91
</plugin>
0 commit comments