This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Which libraries can be safely packaged in WEB-INF/lib and which not?pmm Jul 29, 2014 4:30 AM (in response to developer251)Any JavaEE APIs should neither be in WEB-INF/lib nor in jboss-deployment structure.xml. For what's added automatically check out Implicit module dependencies for deployments - WildFly 8 - Project Documentation Editor. Anything not on that list can either be in jboss-deployment structure.xml (if it's a module) or WEB-INF/lib 
- 
        2. Re: Which libraries can be safely packaged in WEB-INF/lib and which not?developer251 Jul 29, 2014 8:41 AM (in response to pmm)Thanks for the clarification! 
- 
        3. Re: Which libraries can be safely packaged in WEB-INF/lib and which not?ctomc Jul 29, 2014 8:54 AM (in response to developer251)Also once you are doing migration, you can just paste list of jars you have in your lib and your jboss-deployment-structure.xml and we can easier help you out what you could remove from your lib and what not 
 
     
    