Change jWebUnit's POM to depend on httpunit 1.6 since 1.5.4 throws errors
-------------------------------------------------------------------------
Key: MEV-204
URL: http://jira.codehaus.org/browse/MEV-204
Project: Maven Evangelism
Type: Wish
Components: Invalid POM
Reporter: Matt Raible
Having 1.6 as the default will allow me to simplify and not have to specificy
the upgraded HTTPUnit. My jWebUnit tests don't pass if I use the default
HttpUnit, but do if I upgrade to 1.6.
<dependency>
<artifactId>jwebunit</artifactId>
<groupId>jwebunit</groupId>
<version>1.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>servletapi</artifactId>
<groupId>servletapi</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
</exclusion>
</exclusions>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]