Please share the command that you’re using to do the generation

> On Jan 25, 2017, at 1:55 PM, Brian <brian.bara...@gmail.com> wrote:
> 
> 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 swagger-swaggersocket+unsubscr...@googlegroups.com 
> <mailto:swagger-swaggersocket+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to