source: devel/testlink/automation2.0/pom.xml @ 4056

Revision 4056, 4.4 KB checked in by felipe.kuhn, 13 years ago (diff)

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

Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3        <modelVersion>4.0.0</modelVersion>
4        <groupId>br.gov.serpro.cte</groupId>
5        <artifactId>ExpressoAutomation2.0</artifactId>
6        <name>ExpressoAutomation2</name>
7        <url>http://maven.apache.org</url>
8        <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
38        <build>
39                <plugins>
40                        <plugin>
41                                <groupId>org.apache.maven.plugins</groupId>
42                                <artifactId>maven-compiler-plugin</artifactId>
43                                <version>2.0.2</version>
44                                <configuration>
45                                        <source>1.6</source>
46                                        <target>1.6</target>
47                                </configuration>
48                        </plugin>
49
50                        <plugin>
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>
59                        </plugin>
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>
76                </plugins>
77        </build>
78
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>
92        <dependencies>
93                <dependency>
94                        <groupId>org.seleniumhq.selenium</groupId>
95                        <artifactId>selenium</artifactId>
96                        <version>2.0b3</version>
97                        <type>pom</type>
98                        <scope>compile</scope>
99                </dependency>
100                <dependency>
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>
160        </dependencies>
161
162</project>
Note: See TracBrowser for help on using the repository browser.