Julien Anguenot | 12 Feb 09:18

Re: testNG framework

Eric Barroca wrote:
> 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>
> 
> 

I added the latest in our repository

http://svn.nuxeo.org/maven/repo/org/testng/testng/5.5-jdk15/

	J.
--

-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66

_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm

Gmane