This message was deleted.
# wiremock-java
s
This message was deleted.
o
Hello. Did you add GitHub Packages as a maven repository?
b
I haven't. Can you send me the URL of that?
I will update the docs
Please ignore the link above. Adding proper guidelines
b
Thank you.
o
Looks like there's sosme issue even with GitHub Token, but you can always use jitpack
Copy code
<dependency>
      <groupId>com.github.wiremock</groupId>
      <artifactId>wiremock-testcontainers-java</artifactId>
      <version>${wiremock-testcontainers.version}</version>
      <scope>test</scope>
    </dependency>
Copy code
<repository>
      <id><http://jitpack.io|jitpack.io></id>
      <url><https://jitpack.io></url>
    </repository>
b
Looks good.
207 Views