ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
76 stars 27 forks source link

com.epages:wiremock-spring-boot-starter not available in jcenter after new version release #45

Closed lanwen closed 7 years ago

lanwen commented 7 years ago

I use only this module as dependency in my tests:

<dependency>
<groupId>com.epages</groupId>
<artifactId>wiremock-spring-boot-starter</artifactId>
<version>0.7.17</version>
<scope>test</scope>
</dependency>

but i catch a dependency resolution error on new version releases (can be reproduced with 0.7.16)

NicoTexas commented 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

otrosien commented 7 years ago

@NicoTexas it's that commit. It's most likely the bintray plugin not being properly aware of the new gradle software model DSL.

otrosien commented 7 years ago

@NicoTexas @lanwen hold on, we're in the process of making a new release including the pom.xmls.

jensfischer1515 commented 7 years ago

https://bintray.com/epages/maven/wiremock-spring-boot-starter/0.7.18 is a thing now.

otrosien commented 7 years ago

something's strange still..

https://bintray.com/epages/maven/wiremock-spring-boot-starter/0.7.18#files/com/epages/wiremock-spring-boot-starter vs. https://bintray.com/epages/maven/restdocs-wiremock/0.7.18#files/com/epages/wiremock-spring-boot-starter

otrosien commented 7 years ago

but it seems to work. I just created a sample project and pulled in the latest wiremock-spring-boot-starter.