Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Missing repo #5

Closed
steffenhohn opened this issue Aug 24, 2016 · 1 comment
Closed

Missing repo #5

steffenhohn opened this issue Aug 24, 2016 · 1 comment

Comments

@steffenhohn
Copy link

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
Copy link
Owner

hantsy commented Aug 25, 2016

fixed in 756d198

Thanks @steffenhohn

@hantsy hantsy closed this as completed Aug 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants