Changes between Version 1 and Version 2 of ExpressoTestCenter/auto/tutorial


Ignore:
Timestamp:
02/16/11 15:36:14 (13 years ago)
Author:
luiz-fernando
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressoTestCenter/auto/tutorial

    v1 v2  
    1212 
    1313{{{ 
    14         <dependencies> 
     14<dependencies> 
     15        <dependency> 
     16          <groupId>org.testng</groupId> 
     17          <artifactId>testng</artifactId> 
     18          <version>5.14.1</version> 
     19          <scope>test</scope> 
     20        </dependency> 
    1521                <dependency> 
    16                   <groupId>org.testng</groupId> 
    17                   <artifactId>testng</artifactId> 
    18                   <version>5.14.1</version> 
    19                   <scope>test</scope> 
    20                 </dependency> 
    21                         <dependency> 
    22                         <groupId>org.seleniumhq.selenium</groupId> 
    23                         <artifactId>selenium</artifactId> 
    24                         <version>2.0b1</version> 
    25                 </dependency> 
    26         </dependencies> 
     22                <groupId>org.seleniumhq.selenium</groupId> 
     23                <artifactId>selenium</artifactId> 
     24                <version>2.0b1</version> 
     25        </dependency> 
     26</dependencies> 
    2727}}} 
    2828