Changeset 4056 for devel/testlink


Ignore:
Timestamp:
04/18/11 10:24:52 (13 years ago)
Author:
felipe.kuhn
Message:

Ticket #1771 - Alteração das dependências do projeto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/testlink/automation2.0/pom.xml

    r3853 r4056  
    44        <groupId>br.gov.serpro.cte</groupId> 
    55        <artifactId>ExpressoAutomation2.0</artifactId> 
     6        <name>ExpressoAutomation2</name> 
     7        <url>http://maven.apache.org</url> 
    68        <version>0.0.1-SNAPSHOT</version> 
     9        <properties> 
     10                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
     11        </properties> 
     12        <pluginRepositories> 
     13                <pluginRepository> 
     14                        <id>testng-xslt-plugin</id> 
     15                        <url>http://www.cosminaru.ro/maven/</url> 
     16                </pluginRepository> 
     17        </pluginRepositories> 
     18        <reporting> 
     19                <plugins> 
     20                        <plugin> 
     21                                <groupId>org.testng.xslt</groupId> 
     22                                <artifactId>testng-xslt-plugin</artifactId> 
     23                                <version>1.1</version> 
     24                                <configuration> 
     25                                        <!--Setting the output directory --> 
     26                                        <!--<outputDir>${project.basedir}/target/site/${pom.artifactId}</outputDir> --> 
     27                                        <!--Setting the testNgXslt.showRuntimeTotals flag --> 
     28                                        <showRuntimeTotals>true</showRuntimeTotals> 
     29                                        <!--Setting the testNgXslt.cssFile parameter. This should be relative  
     30                                                to the '${basedir}/target/site/testng-xslt' directory --> 
     31                                        <sortTestCaseLinks>true</sortTestCaseLinks> 
     32                                        <testDetailsFilter>FAIL,PASS,SKIP,CONF</testDetailsFilter> 
     33                                </configuration> 
     34                        </plugin> 
     35                </plugins> 
     36        </reporting> 
     37 
    738        <build> 
    839                <plugins> 
    9  
    1040                        <plugin> 
    1141                                <groupId>org.apache.maven.plugins</groupId> 
    1242                                <artifactId>maven-compiler-plugin</artifactId> 
    13                                 <version>2.3.2</version> 
     43                                <version>2.0.2</version> 
    1444                                <configuration> 
    15                                         <compilerVersion>1.6</compilerVersion> 
     45                                        <source>1.6</source> 
     46                                        <target>1.6</target> 
    1647                                </configuration> 
    1748                        </plugin> 
    1849 
    19                           <plugin> 
    20                             <groupId>org.apache.maven.plugins</groupId> 
    21                             <artifactId>maven-surefire-plugin</artifactId> 
    22                             <configuration> 
    23                               <suiteXmlFiles> 
    24                                 <suiteXmlFile>[FUN02.1] - ComporMensagem.xml</suiteXmlFile> 
    25                               </suiteXmlFiles> 
    26                             </configuration> 
    27                           </plugin> 
    28  
    29 <!--  
    3050                        <plugin> 
    31                                 <groupId>org.jbehave</groupId> 
    32                                 <artifactId>jbehave-maven-plugin</artifactId> 
    33                                 <version>3.1</version> 
     51                                <artifactId>maven-surefire-plugin</artifactId> 
     52                                <version>2.4</version> 
     53                                <configuration> 
     54                                        <suiteXmlFiles> 
     55                                                <suiteXmlFile>[FUN02.1] - ComporMensagem.xml</suiteXmlFile> 
     56                                        </suiteXmlFiles> 
     57                                        <testFailureIgnore>true</testFailureIgnore> 
     58                                </configuration> 
    3459                        </plugin> 
    35  --> 
    36  
     60                        <plugin> 
     61                                <groupId>org.codehaus.mojo</groupId> 
     62                                <artifactId>aspectj-maven-plugin</artifactId> 
     63                                <version>1.3.1</version> 
     64                                <configuration> 
     65                                        <complianceLevel>1.6</complianceLevel> 
     66                                </configuration> 
     67                                <executions> 
     68                                        <execution> 
     69                                                <goals> 
     70                                                        <goal>compile</goal> 
     71                                                        <goal>test-compile</goal> 
     72                                                </goals> 
     73                                        </execution> 
     74                                </executions> 
     75                        </plugin> 
    3776                </plugins> 
    3877        </build> 
    39         <name>ExpressoAutomation2</name> 
    40         <url>http://maven.apache.org</url> 
    4178 
    42         <properties> 
    43                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
    44         </properties> 
    45  
     79        <repositories> 
     80                <repository> 
     81                        <id>maven2-repository.java.net</id> 
     82                        <name>Java.net Repository for Maven</name> 
     83                        <url>http://download.java.net/maven/2/</url> 
     84                        <layout>default</layout> 
     85                </repository> 
     86                <repository> 
     87                        <id>itextpdf.com</id> 
     88                        <name>Maven Repository for iText</name> 
     89                        <url>http://maven.itextpdf.com/</url> 
     90                </repository> 
     91        </repositories> 
    4692        <dependencies> 
    47                  
    4893                <dependency> 
    49                   <groupId>org.testng</groupId> 
    50                   <artifactId>testng</artifactId> 
    51                   <version>5.14.3</version> 
    52                   <scope>test</scope> 
    53                 </dependency> 
    54  
    55                         <dependency> 
    5694                        <groupId>org.seleniumhq.selenium</groupId> 
    5795                        <artifactId>selenium</artifactId> 
    58                         <version>2.0b1</version> 
     96                        <version>2.0b3</version> 
     97                        <type>pom</type> 
     98                        <scope>compile</scope> 
    5999                </dependency> 
    60  
    61 <!-- 
    62 <dependency> 
    63     <groupId>org.jbehave.web</groupId> 
    64     <artifactId>jbehave-web-distribution</artifactId> 
    65     <version>3.1.1</version> 
    66 </dependency>                             
    67  
    68  
    69 <dependency> 
    70     <groupId>org.jbehave</groupId> 
    71     <artifactId>jbehave-distribution</artifactId> 
    72     <version>3.1.1</version> 
    73 </dependency> 
    74   
    75 <dependency> 
    76     <groupId>org.mockito</groupId> 
    77     <artifactId>mockito-all</artifactId> 
    78     <version>1.8.5</version> 
    79 </dependency> 
    80                                   
    81  
    82100                <dependency> 
    83         <groupId>org.jbehave</groupId> 
    84     <artifactId>jbehave</artifactId> 
    85                 <version>3.1.1</version> 
    86 </dependency> 
    87          -->     
     101                        <groupId>org.testng</groupId> 
     102                        <artifactId>testng</artifactId> 
     103                        <version>6.0.1</version> 
     104                        <type>jar</type> 
     105                        <scope>compile</scope> 
     106                </dependency> 
     107                <dependency> 
     108                        <groupId>org.uncommons</groupId> 
     109                        <artifactId>reportng</artifactId> 
     110                        <version>1.1.2</version> 
     111                        <scope>compile</scope> 
     112                        <exclusions> 
     113                                <exclusion> 
     114                                        <groupId>org.testng</groupId> 
     115                                        <artifactId>testng</artifactId> 
     116                                </exclusion> 
     117                        </exclusions> 
     118                </dependency> 
     119                <dependency> 
     120                        <groupId>net.htmlparser.jericho</groupId> 
     121                        <artifactId>jericho-html</artifactId> 
     122                        <version>3.1</version> 
     123                        <type>jar</type> 
     124                        <scope>compile</scope> 
     125                </dependency> 
     126                <dependency> 
     127                        <groupId>org.aspectj</groupId> 
     128                        <artifactId>aspectjweaver</artifactId> 
     129                        <version>1.6.10</version> 
     130                        <type>jar</type> 
     131                        <scope>compile</scope> 
     132                </dependency> 
     133                <dependency> 
     134                        <groupId>com.itextpdf</groupId> 
     135                        <artifactId>itextpdf</artifactId> 
     136                        <version>5.0.6</version> 
     137                        <scope>compile</scope> 
     138                </dependency> 
     139                <dependency> 
     140                        <groupId>org.xhtmlrenderer</groupId> 
     141                        <artifactId>core-renderer</artifactId> 
     142                        <version>R8</version> 
     143                        <type>jar</type> 
     144                        <scope>compile</scope> 
     145                </dependency> 
     146                <dependency> 
     147                        <groupId>org.aspectj</groupId> 
     148                        <artifactId>aspectjtools</artifactId> 
     149                        <version>1.6.10</version> 
     150                        <type>jar</type> 
     151                        <scope>compile</scope> 
     152                </dependency> 
     153                <dependency> 
     154                        <groupId>org.aspectj</groupId> 
     155                        <artifactId>aspectjrt</artifactId> 
     156                        <version>1.6.10</version> 
     157                        <type>jar</type> 
     158                        <scope>compile</scope> 
     159                </dependency> 
    88160        </dependencies> 
    89161 
Note: See TracChangeset for help on using the changeset viewer.