Upgraded to jmock 2.4.0 from 1.1.0
[utils] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <packaging>pom</packaging>
8     <version>0.2-SNAPSHOT</version>
9     <name>wamblee.org utility libraries</name>
10     <url>http://wamblee.org</url>
11     <modules>
12         <module>support</module>
13         <module>system</module>
14         <module>hibernate-jpa</module>
15         <module>security</module>
16         <module>socketproxy</module>
17         <module>crawler</module>
18         <module>gps</module>
19         <module>mythtv</module>
20     </modules>
21     <dependencies>
22         <dependency>
23             <groupId>junit</groupId>
24             <artifactId>junit</artifactId>
25             <version>4.4</version>
26             <scope>test</scope> 
27         </dependency>
28         <dependency>
29             <groupId>org.dbunit</groupId>
30             <artifactId>dbunit</artifactId>
31             <version>2.2</version>
32             <scope>test</scope>
33         </dependency>
34         <dependency>
35             <groupId>org.jmock</groupId>
36             <artifactId>jmock</artifactId>
37             <version>${jmock.version}</version>
38             <scope>test</scope>
39         </dependency>
40         <dependency>
41             <groupId>org.jmock</groupId>
42             <artifactId>jmock-junit4</artifactId>
43             <version>${jmock.version}</version>
44             <scope>test</scope>
45         </dependency>
46
47         <dependency>
48             <groupId>org.jmock</groupId>
49             <artifactId>jmock-legacy</artifactId>
50             <version>${jmock.version}</version>
51             <scope>test</scope>
52         </dependency>
53     </dependencies>
54
55     <dependencyManagement>
56         <dependencies>
57             <dependency>
58                 <groupId>org.wamblee</groupId>
59                 <artifactId>wamblee-support</artifactId>
60                 <version>${project.version}</version>
61             </dependency>
62             <dependency>
63                 <groupId>org.wamblee</groupId>
64                 <artifactId>wamblee-support</artifactId>
65                 <type>test-jar</type>
66                 <version>${project.version}</version>
67             </dependency>
68             <dependency>
69                 <groupId>org.wamblee</groupId>
70                 <artifactId>wamblee-hibernate-jpa</artifactId>
71                 <version>${project.version}</version>
72             </dependency>
73             <dependency>
74                 <groupId>org.wamblee</groupId>
75                 <artifactId>wamblee-hibernate-jpa</artifactId>
76                 <version>${project.version}</version>
77                 <type>test-jar</type>
78             </dependency>
79             <dependency>
80                 <groupId>org.wamblee</groupId>
81                 <artifactId>wamblee-socketproxy</artifactId>
82                 <version>${project.version}</version>
83             </dependency>
84             <dependency>
85                 <groupId>org.wamblee</groupId>
86                 <artifactId>wamblee-socketproxy</artifactId>
87                 <type>test-jar</type>
88                 <version>${project.version}</version>
89             </dependency>
90             <dependency>
91                 <groupId>org.wamblee</groupId>
92                 <artifactId>wamblee-crawler</artifactId>
93                 <version>${project.version}</version>
94             </dependency>
95             <dependency>
96                 <groupId>org.wamblee</groupId>
97                 <artifactId>wamblee-crawler</artifactId>
98                 <type>test-jar</type>
99                 <version>${project.version}</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.wamblee</groupId>
103                 <artifactId>wamblee-crawler-basic</artifactId>
104                 <version>${project.version}</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.wamblee</groupId>
108                 <artifactId>wamblee-crawler-basic</artifactId>
109                 <type>test-jar</type>
110                 <version>${project.version}</version>
111             </dependency>
112
113             <dependency>
114                 <groupId>javax.persistence</groupId>
115                 <artifactId>persistence-api</artifactId>
116                 <version>1.0</version>
117                 <scope>provided</scope>
118             </dependency>
119             <dependency>
120                 <groupId>javax.activation</groupId>
121                 <artifactId>activation</artifactId>
122                 <version>1.1</version>
123             </dependency>
124             <dependency>
125                 <groupId>javax.mail</groupId>
126                 <artifactId>mail</artifactId>
127                 <version>1.4.1</version>
128             </dependency>
129             <dependency>
130                 <groupId>javax.servlet</groupId>
131                 <artifactId>servlet-api</artifactId>
132                 <version>2.3</version>
133                 <type>jar</type>
134                 <scope>provided</scope>
135             </dependency>
136             <dependency>
137                 <groupId>mysql</groupId>
138                 <artifactId>mysql-connector-java</artifactId>
139                 <version>3.1.14</version>
140             </dependency>
141             <dependency>
142                 <groupId>org.apache.derby</groupId>
143                 <artifactId>derby</artifactId>
144                 <version>10.3.2.1</version>
145             </dependency>
146             <dependency>
147                 <groupId>org.apache.derby</groupId>
148                 <artifactId>derbyclient</artifactId>
149                 <version>10.3.2.1</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.apache.derby</groupId>
153                 <artifactId>derbynet</artifactId>
154                 <version>10.3.2.1</version>
155             </dependency>
156             <dependency>
157                 <groupId>quartz</groupId>
158                 <artifactId>quartz</artifactId>
159                 <version>1.5.1</version>
160             </dependency>
161             <dependency>
162                 <groupId>jtidy</groupId>
163                 <artifactId>jtidy</artifactId>
164                 <version>4aug2000r7-dev</version>
165             </dependency>
166
167
168             <dependency>
169                 <groupId>commons-logging</groupId>
170                 <artifactId>commons-logging</artifactId>
171                 <version>1.0.2</version>
172             </dependency>
173             <dependency>
174                 <groupId>commons-httpclient</groupId>
175                 <artifactId>commons-httpclient</artifactId>
176                 <version>3.0</version>
177             </dependency>
178             <dependency>
179                 <groupId>commons-beanutils</groupId>
180                 <artifactId>commons-beanutils</artifactId>
181                 <version>1.7.0</version>
182             </dependency>
183             <dependency>
184                 <groupId>org.springframework</groupId>
185                 <artifactId>spring-beans</artifactId>
186                 <version>${spring.version}</version>
187             </dependency>
188             <dependency>
189                 <groupId>org.springframework</groupId>
190                 <artifactId>spring-web</artifactId>
191                 <version>${spring.version}</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.springframework</groupId>
195                 <artifactId>spring-jms</artifactId>
196                 <version>${spring.version}</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.springframework</groupId>
200                 <artifactId>spring-context</artifactId>
201                 <version>${spring.version}</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.springframework</groupId>
205                 <artifactId>spring-hibernate3</artifactId>
206                 <version>${spring.version}</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.springframework</groupId>
210                 <artifactId>spring-jpa</artifactId>
211                 <version>${spring.version}</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.springframework</groupId>
215                 <artifactId>spring-aop</artifactId>
216                 <version>${spring.version}</version>
217             </dependency>
218
219             <!-- should be possible to remove the dependence on log4j -->
220             <dependency>
221                 <groupId>log4j</groupId>
222                 <artifactId>log4j</artifactId>
223                 <version>1.2.8</version>
224             </dependency>
225             <dependency>
226                 <groupId>dom4j</groupId>
227                 <artifactId>dom4j</artifactId>
228                 <version>1.6</version>
229                 <exclusions>
230                     <exclusion>
231                         <groupId>xml-apis</groupId>
232                         <artifactId>xml-apis</artifactId>
233                     </exclusion>
234                 </exclusions>
235             </dependency>
236             <dependency>
237                 <groupId>net.sf.ehcache</groupId>
238                 <artifactId>ehcache</artifactId>
239                 <version>1.2.3</version>
240             </dependency>
241             <dependency>
242                 <groupId>xerces</groupId>
243                 <artifactId>xercesImpl</artifactId>
244                 <version>2.8.1</version>
245             </dependency>
246
247
248             <dependency>
249                 <groupId>commons-email</groupId>
250                 <artifactId>commons-email</artifactId>
251                 <version>1.0</version>
252             </dependency>
253             <dependency>
254                 <groupId>jaxen</groupId>
255                 <artifactId>jaxen</artifactId>
256                 <version>1.1-beta-9</version>
257                 <exclusions>
258                     <exclusion>
259                         <groupId>xom</groupId>
260                         <artifactId>xom</artifactId>
261                     </exclusion>
262                     <exclusion>
263                         <groupId>xerces</groupId>
264                         <artifactId>xmlParserAPIs</artifactId>
265                     </exclusion>
266                 </exclusions>
267             </dependency>
268             <dependency>
269                 <groupId>jstl</groupId>
270                 <artifactId>jstl</artifactId>
271                 <version>1.1.2</version>
272             </dependency>
273             <dependency>
274                 <groupId>taglibs</groupId>
275                 <artifactId>standard</artifactId>
276                 <version>1.1.2</version>
277             </dependency>
278             <dependency>
279                 <groupId>jfree</groupId>
280                 <artifactId>jfreechart</artifactId>
281                 <version>1.0.1</version>
282             </dependency>
283             <dependency>
284                 <groupId>jfree</groupId>
285                 <artifactId>jcommon</artifactId>
286                 <version>1.0.2</version>
287             </dependency>
288
289             <dependency>
290                 <groupId>javaee</groupId>
291                 <artifactId>javaee-api</artifactId>
292                 <version>5</version>
293                 <scope>provided</scope>
294             </dependency>
295
296             <dependency>
297                 <groupId>commons-codec</groupId>
298                 <artifactId>commons-codec</artifactId>
299                 <version>1.3</version>
300             </dependency>
301
302
303         </dependencies>
304     </dependencyManagement>
305
306     <build>
307         <plugins>
308             <plugin>
309                 <groupId>org.apache.maven.plugins</groupId>
310                 <artifactId>maven-compiler-plugin</artifactId>
311                 <configuration>
312                     <source>1.6</source>
313                     <target>1.6</target>
314                 </configuration>
315             </plugin>
316
317             <plugin>
318                 <groupId>org.apache.maven.plugins</groupId>
319                 <artifactId>maven-surefire-plugin</artifactId>
320                 <configuration>
321                     <includes>
322                         <include>**/*Test.java</include>
323                     </includes>
324                 </configuration>
325             </plugin>
326
327             <!-- Make sure other projects can use (or the test support
328            and test classes from the projects it uses. To use
329            a dependence on a test library of a project, an additinoal
330            dependence must be added with <type>test-jar</type>
331         -->
332
333             <plugin>
334                 <groupId>org.apache.maven.plugins</groupId>
335                 <artifactId>maven-jar-plugin</artifactId>
336                 <executions>
337                     <execution>
338                         <goals>
339                             <goal>test-jar</goal>
340                         </goals>
341                     </execution>
342                 </executions>
343             </plugin>
344             
345             <plugin>
346                 <groupId>org.codehaus.mojo</groupId>
347                 <artifactId>cobertura-maven-plugin</artifactId>
348                 <executions>
349                     <execution>
350                         <goals>
351                             <goal>clean</goal>
352                         </goals>
353                     </execution>
354                 </executions>
355             </plugin>
356             
357
358         </plugins>
359         
360     </build>
361
362     <reporting>
363         <plugins>
364             <plugin>
365                 <groupId>org.apache.maven.plugins</groupId>
366                 <artifactId>maven-project-info-reports-plugin</artifactId>
367                 <reportSets>
368                     <reportSet>
369                         <reports>
370                             <report>checkstyle</report>
371                             <report>javadoc</report>
372                             <report>dependencies</report>
373                             <report>project-team</report>
374                             <report>mailing-list</report>
375                             <report>issue-tracking</report>
376                             <report>license</report>
377                             <report>scm</report>
378                         </reports>
379                     </reportSet>
380                 </reportSets>
381             </plugin>
382             <plugin>
383                 <groupId>org.codehaus.mojo</groupId>
384                 <artifactId>changes-maven-plugin</artifactId>
385                 <version>2.0-beta-1</version>
386                 <reportSets>
387                     <reportSet>
388                         <reports>
389                             <report>changes-report</report>
390                         </reports>
391                     </reportSet>
392                 </reportSets>
393             </plugin>
394             <plugin>
395                 <groupId>org.apache.maven.plugins</groupId>
396                 <artifactId>maven-javadoc-plugin</artifactId>
397             </plugin>
398             <plugin>
399                 <groupId>org.codehaus.mojo</groupId>
400                 <artifactId>surefire-report-maven-plugin</artifactId>
401             </plugin>
402             <!-- Test coverage reporting -->
403             <plugin>
404                 <groupId>org.codehaus.mojo</groupId>
405                 <artifactId>cobertura-maven-plugin</artifactId>
406                 <configuration>
407                   <formats>
408                     <format>xml</format>
409                   </formats>
410                 </configuration>
411             </plugin>
412
413             <!-- checkstyle -->
414             <plugin>
415                 <groupId>org.apache.maven.plugins</groupId>
416                 <artifactId>maven-checkstyle-plugin</artifactId>
417                 <configuration>
418                     <configLocation>config/sun_checks.xml</configLocation>
419                 </configuration>
420             </plugin>
421
422             <!-- taglist -->
423             <plugin>
424                 <groupId>org.codehaus.mojo</groupId>
425                 <artifactId>taglist-maven-plugin</artifactId>
426                 <configuration>
427                     <tags>
428                         <tag>TODO</tag>
429                         <tag>@todo</tag>
430                         <tag>FIXME</tag>
431                     </tags>
432                 </configuration>
433             </plugin>
434
435         </plugins>
436     </reporting>
437
438     <repositories>
439         <repository>
440             <id>javaee</id>
441             <name>Java EE repo at SUN</name>
442             <url>http://download.java.net/maven/1</url>
443             <layout>legacy</layout>
444         </repository>
445     </repositories>
446
447     <properties>
448         <spring.version>2.0.8</spring.version>
449         <jmock.version>2.4.0</jmock.version>
450     </properties>
451
452 </project>