Balog Tamás
07/05/2023, 9:35 AMtestImplementation 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-5'
but I'm not sure if this is correct, if the module is available at all to use it like this, or I need more configuration.
I must be missing some crucial information about the Java module, so forgive me if I'm asking something very trivial. 🙂Oleg Nenashev
07/05/2023, 9:42 AMBalog Tamás
07/05/2023, 9:50 AMOleg Nenashev
07/05/2023, 9:55 AMBalog Tamás
07/05/2023, 10:29 AMOleg Nenashev
07/05/2023, 10:40 AM<dependency>
<groupId>com.github.wiremock</groupId>
<artifactId>wiremock-testcontainers-java</artifactId>
<version>${wiremock-testcontainers.version}</version>
<scope>test</scope>
</dependency>
<repository>
<id><http://jitpack.io|jitpack.io></id>
<url><https://jitpack.io></url>
</repository>
Balog Tamás
07/06/2023, 3:34 PM