Eric Barroca | 12 Feb 01:05

Re: testNG framework

Hi,

On 10 févr. 07, at 18:58, Chaffangeon Brice wrote:
> pom.xml
> ---------------------------------------------------
>  <dependencies>
>    <dependency>
>      <groupId>org.testng</groupId>
>      <artifactId>testng</artifactId>
>      <version>5.5-jdk15</version>
>    </dependency>
>  </dependencies>

Hi, I think you should use something like this, because I don't se  
the version 5.5 in the plugin repository (only the 5.0):

   <dependency>
     <groupId>org.testng</groupId>
     <artifactId>testng</artifactId>
     <version>5.0</version>
     <scope>test</scope>
     <classifier>jdk15</classifier>
   </dependency>

Thanks,

EB.

--
Éric Barroca - Ex. VP of Operations - +33 6 21 74 77 64
www.nuxeo.com - Nuxeo: Open Source ECM - www.nuxeo.org
Nuxeo EP 5: extensible, Java EE and standards based ECM Platform !

Gmane