---------- Forwarded message ----------
From: Jorg Heymans <[EMAIL PROTECTED]>
Date: Jul 4, 2006 9:01 AM
Subject: Re: Re : [Jwebunit-users] Re : jwebunit and central maven repository
To: Julien HENRY <[EMAIL PROTECTED]>

Rather than waiting for that, you could for now also just exclude them. Something like below should do the trick:

<dependency>
  <artifactId>htmlunit</artifactId>
  ...
  <exclusions>
    <exclusion>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </exclusion>
  </exclusions>
</dependency>


Jorg


On 7/3/06, Julien HENRY <[EMAIL PROTECTED]> wrote:
Yes, I'm now using htmlunit 1.9 from Maven Central. But the htmlunit pom is an automatic migration from Maven 1 project.xml, and so dependencies are not well defined. For example, dependencies used only for HtmlUnit testing should be marked as "<scope>test</test>".

Consequently, we will get extra dependencies in the path. It will be solved as soon as htmlunit will migrate to Maven 2.

----- Message d'origine ----
De : Jorg Heymans < [EMAIL PROTECTED]>
À : Julien HENRY <[EMAIL PROTECTED]>; Usage problems for jWebUnit < [email protected]>
Envoyé le : Lundi, 3 Juillet 2006, 9h13mn 27s
Objet : Re: [Jwebunit-users] Re : jwebunit and central maven repository


actually scrap that, it's htmlunit you were talking about , not httpunit.

On 7/3/06, Jorg Heymans <[EMAIL PROTECTED]> wrote:


On 7/1/06, Julien HENRY < [EMAIL PROTECTED]> wrote:

I'm currently in holiday for 2 weeks, but I will try to submit 1.3-rc1 to Maven Central ASAP. Just notice we depend on HtmlUnit, so it is required they put their releases on Central too.

Regards
Jorg



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to