dropwizard-swagger icon indicating copy to clipboard operation
dropwizard-swagger copied to clipboard

migrate to io.swagger from com.wordnik

Open esnellman opened this issue 9 years ago • 0 comments

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> 1.5.0

esnellman avatar Jul 19 '15 04:07 esnellman