Missing repo
steffenhohn opened this issue · 1 comments
steffenhohn commented
Hi all
I tried to build the project but Maven was complaining about a missing artefact "swagger2markup-spring-restdocs-ext".
I just added the repo to pom.xml and everything was fine:
<repository>
<id>jcentral</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Thanks for the cool project.
Regards, S.
hantsy commented
fixed in 756d198
Thanks @steffenhohn