Skip to content

Updated Maven dependencies and adjusted class path.#14

Open
fabiankessler wants to merge 2 commits intokongchen:masterfrom
fabiankessler:master
Open

Updated Maven dependencies and adjusted class path.#14
fabiankessler wants to merge 2 commits intokongchen:masterfrom
fabiankessler:master

Conversation

@fabiankessler
Copy link

Thanks for your work!

…table 3.1.0. (Note that 3.0.1-SNAPSHOT does not seem to be available.)
…h. Note that the property "type" on @authorization annotations was removed. According to swagger-api/swagger-core#1016 it was not used and was removed.
@ninsuo
Copy link

ninsuo commented Feb 15, 2017

As there are no -SNAPSHOT required anymore, we may also remove:

   <pluginRepositories>
        <pluginRepository>
            <id>sonatype-snapshot</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
</pluginRepositories>```

from pom.xml

Note: i'm a noob in Java so I may be wrong

Copy link

@trim09 trim09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot.! The original did not work without your fix.

Copy link

@trim09 trim09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot.! The original did not work without your fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants