Bugs item #3561726, was opened at 2012-08-25 10:25
Message generated for change (Settings changed) made by ftonello
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3561726&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Maven
Group: None
Status: Open
Resolution: None
>Priority: 8
Private: No
Submitted By: Fran Tonello (ftonello)
Assigned to: Julien HENRY (henryju)
Summary: Need Servlet API v3 support

Initial Comment:
Currently, JWebUnit depends on v2.5 of the Java servlet-api.  With many sites 
switching to Tomcat 7 (which supports and *provides* Servlet V3), JWU's 
dependency on the old servlet-api causes both versions to be added to the class 
path, which causes class conflicts which break the app and tests.  Explicitly 
excluding JWU's dependency on v2.5 in a client POM breaks JWU.

What we really need is a new version of JWebUnit built with the new Servlet API 
release.  I propose changing the servlet API dependency in JWebUnit's POM to 
this:

<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>javax.servlet-api</artifactId>
    <version>3.0.1</version>
</dependency>

(BTW, note that the artifactId has changed.)

Thanks!!!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=3561726&group_id=61302

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to