dropwizard-swagger
dropwizard-swagger copied to clipboard
migrate to io.swagger from com.wordnik
https://github.com/swagger-api/swagger-core/issues/1127
Yes 1.5.0 is newer than 1.5.3-M1..
Migrate from
<groupId>com.wordnik</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>1.5.3-M1</version>
to
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>