[ http://jira.codehaus.org/browse/MEV-204?page=all ]
Carlos Sanchez closed MEV-204:
------------------------------
Assign To: Carlos Sanchez
Resolution: Won't Fix
jwebunit comes with 1.5.4
FYI we don't take decisions of what's best or not, we're just limited to what
the projects say. You can always force the 1.6 version adding a dependency to
it, or you may ask them to make a new release using 1.6.
> 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
> Assignee: Carlos Sanchez
>
>
> 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]