maven junit pom.xml

Posted by easyrider on Stack Overflow See other posts from Stack Overflow or by easyrider
Published on 2010-06-12T12:31:08Z Indexed on 2010/06/12 12:42 UTC
Read the original article Hit count: 456

Filed under:
|
|

Hi, i have a following problem.

I'd like ti test my JSF Application with JSFUnit.But JSFUnit supports inly junit3 (all our unit tests run with JUnit4).

Is it possible to include in pom.xml two junit dependencies (junit4 and junit3) with e.g. different scopes?

Please help and thanx in advance

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about junit