Hello,

I upgraded to swagger-codegen 2.2.1 and I noticed that when I generate the 
code my models are now using a glass fish dependency.

"
import org.glassfish.jersey.media.multipart.FormDataContentDisposition; 
import org.glassfish.jersey.media.multipart.FormDataParam;
"

 I looked into the models templates and noticed the jersey1 library models 
has the old dependencies.

"
import com.sun.jersey.core.header.FormDataContentDisposition; 
import com.sun.jersey.multipart.FormDataParam;
"

I tried specifying library:jersey1 in my config file but I'm still getting 
models pulling in glassfish. How do I get version 2.2.1 to generate with 
jersey1 models?




Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to