Closed lanwen closed 7 years ago
https://bintray.com/epages/maven/wiremock-spring-boot-starter
pom.xml is missing from version 0.7.13 and up.
https://bintray.com/epages/maven/wiremock-spring-boot-starter/0.7.12 seems fine
Could it be from that commit? https://github.com/ePages-de/restdocs-wiremock/commit/023151dfc4000bd103ef792d096a546d76a7e85a
@NicoTexas it's that commit. It's most likely the bintray plugin not being properly aware of the new gradle software model DSL.
@NicoTexas @lanwen hold on, we're in the process of making a new release including the pom.xmls.
but it seems to work. I just created a sample project and pulled in the latest wiremock-spring-boot-starter.
I use only this module as dependency in my tests:
but i catch a dependency resolution error on new version releases (can be reproduced with
0.7.16
)