Project does not build with just maven central as repository

Issue #377 resolved
Sven Döring created an issue

The “wiremock” test dependency in version 2.32.0 is missing. Therefore, the build fails.

That’s correct because 2.27.2 was the last dependency with “wiremock” as name. After that all releases are called “wiremock-jre8”.

https://search.maven.org/artifact/com.github.tomakehurst/wiremock-jre8
https://search.maven.org/search?q=a:wiremock

Issue created because of: https://bitbucket.org/atlassian/swagger-request-validator/issues/376/springmvc-openapivalidationinterceptor#comment-61861548

Comments (3)

  1. James Navin

    Thanks for raising this. I looked into it - turns our artifact cache started pulling the wiremock dep from jitpack after version 2.27.2 so I never noticed the artifact name change. I’ll try to enforce the project builds go directly to maven central.

  2. Log in to comment