Re: minimal set of jar files for struts 2.3

2014-04-06 Thread Dave Evans
For people who may arrive here via a search, the list of required jars for a minimal struts app ends up being this: asm-3.3.jar asm-commons-3.3.jar commons-fileupload-1.3.1.jar commons-io-2.2.jar commons-lang3-3.1.jar freemarker-2.3.19.jar ognl-3.0.6.jar struts2-core-2.3.16.1.jar xwork-core-2.3.16

Re: minimal set of jar files for struts 2.3

2014-01-06 Thread Lukasz Lenart
2014/1/6 Miguel Almeida : > Lukasz, > > Incidentally, is this list compiled by hand or is it built automatically > using a (which?) maven plugin? By Maven, I think it's a part of maven reports -> http://maven.apache.org/plugins/maven-project-info-reports-plugin/ Regards -- Ɓukasz + 48 606 323 1

Re: minimal set of jar files for struts 2.3

2014-01-06 Thread Miguel Almeida
Lukasz, Incidentally, is this list compiled by hand or is it built automatically using a (which?) maven plugin? Miguel On Sat, 2014-01-04 at 13:18 +0100, Lukasz Lenart wrote: > The first section compile and optional No > > http://struts.apache.org/release/2.3.x/xwork-core/dependencies.html > ht

Re: minimal set of jar files for struts 2.3

2014-01-04 Thread Lukasz Lenart
The first section compile and optional No http://struts.apache.org/release/2.3.x/xwork-core/dependencies.html http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html 2014/1/4 Dave Evans : > Hello, > > I have a couple of old struts 2 apps that are using 2.2.1. I want to > upgrade the

Re: minimal set of jar files for struts 2.3

2014-01-03 Thread Jan-Olav Eide
How about creating a minimal maven project and see what it pulls in ? > Den 4. jan. 2014 kl. 00:52 skrev Dave Evans : > > Hello, > > I have a couple of old struts 2 apps that are using 2.2.1. I want to > upgrade them to 2.3. > > What is the minimal set of jar files I need in WEB-INF/lib? > >