Kibo wrote:
Hi konference

I saw that struts2-archetype-starter for Maven use JUnit 3.8 dependency.
Why Struts2 already does not use JUnit 4.x ?

Probably the archetype has its origins before JUnit 4.x came out. Feel free to submit a patch to update the archetype ;-)

Does it some problem when i will use JUnit 4.x in Struts 2 apps?

No, Struts itself has no dependency on JUnit, it's only included in the archetype-generated project to encourage you to write tests :-) The only thing possibly affected by upgrading to JUnit 4.x is your own unit tests.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to