hantsy/angularjs-springmvc-sample-boot

Missing repo

steffenhohn opened this issue · 1 comments

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.

fixed in 756d198

Thanks @steffenhohn