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>
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>
19 <module>mythtv</module>
23 <groupId>junit</groupId>
24 <artifactId>junit</artifactId>
25 <version>4.4</version>
29 <groupId>org.dbunit</groupId>
30 <artifactId>dbunit</artifactId>
31 <version>2.2</version>
35 <groupId>org.easymock</groupId>
36 <artifactId>easymock</artifactId>
37 <version>2.3</version>
41 <groupId>org.easymock</groupId>
42 <artifactId>easymockclassextension</artifactId>
43 <version>2.3</version>
48 <groupId>org.testng</groupId>
49 <artifactId>testng</artifactId>
50 <version>5.7</version>
52 <classifier>jdk15</classifier>
56 <dependencyManagement>
60 <groupId>javax.persistence</groupId>
61 <artifactId>persistence-api</artifactId>
62 <version>1.0</version>
63 <scope>provided</scope>
66 <groupId>javax.activation</groupId>
67 <artifactId>activation</artifactId>
68 <version>1.1</version>
71 <groupId>javax.mail</groupId>
72 <artifactId>mail</artifactId>
73 <version>1.4.1</version>
76 <groupId>javax.servlet</groupId>
77 <artifactId>servlet-api</artifactId>
78 <version>2.3</version>
80 <scope>provided</scope>
83 <groupId>mysql</groupId>
84 <artifactId>mysql-connector-java</artifactId>
85 <version>3.1.14</version>
88 <groupId>org.apache.derby</groupId>
89 <artifactId>derby</artifactId>
90 <version>10.3.2.1</version>
93 <groupId>org.apache.derby</groupId>
94 <artifactId>derbyclient</artifactId>
95 <version>10.3.2.1</version>
98 <groupId>org.apache.derby</groupId>
99 <artifactId>derbynet</artifactId>
100 <version>10.3.2.1</version>
103 <groupId>quartz</groupId>
104 <artifactId>quartz</artifactId>
105 <version>1.5.1</version>
108 <groupId>jtidy</groupId>
109 <artifactId>jtidy</artifactId>
110 <version>4aug2000r7-dev</version>
115 <groupId>commons-logging</groupId>
116 <artifactId>commons-logging</artifactId>
117 <version>1.0.2</version>
120 <groupId>commons-httpclient</groupId>
121 <artifactId>commons-httpclient</artifactId>
122 <version>3.0</version>
125 <groupId>commons-beanutils</groupId>
126 <artifactId>commons-beanutils</artifactId>
127 <version>1.7.0</version>
130 <groupId>org.springframework</groupId>
131 <artifactId>spring-beans</artifactId>
132 <version>${spring.version}</version>
135 <groupId>org.springframework</groupId>
136 <artifactId>spring-web</artifactId>
137 <version>${spring.version}</version>
140 <groupId>org.springframework</groupId>
141 <artifactId>spring-jms</artifactId>
142 <version>${spring.version}</version>
145 <groupId>org.springframework</groupId>
146 <artifactId>spring-context</artifactId>
147 <version>${spring.version}</version>
150 <groupId>org.springframework</groupId>
151 <artifactId>spring-hibernate3</artifactId>
152 <version>${spring.version}</version>
155 <groupId>org.springframework</groupId>
156 <artifactId>spring-jpa</artifactId>
157 <version>${spring.version}</version>
160 <groupId>org.springframework</groupId>
161 <artifactId>spring-aop</artifactId>
162 <version>${spring.version}</version>
165 <!-- should be possible to remove the dependence on log4j -->
167 <groupId>log4j</groupId>
168 <artifactId>log4j</artifactId>
169 <version>1.2.8</version>
172 <groupId>dom4j</groupId>
173 <artifactId>dom4j</artifactId>
174 <version>1.6</version>
177 <groupId>xml-apis</groupId>
178 <artifactId>xml-apis</artifactId>
183 <groupId>net.sf.ehcache</groupId>
184 <artifactId>ehcache</artifactId>
185 <version>1.2.3</version>
188 <groupId>xerces</groupId>
189 <artifactId>xercesImpl</artifactId>
190 <version>2.8.1</version>
195 <groupId>commons-email</groupId>
196 <artifactId>commons-email</artifactId>
197 <version>1.0</version>
200 <groupId>jaxen</groupId>
201 <artifactId>jaxen</artifactId>
202 <version>1.1-beta-9</version>
205 <groupId>xom</groupId>
206 <artifactId>xom</artifactId>
209 <groupId>xerces</groupId>
210 <artifactId>xmlParserAPIs</artifactId>
215 <groupId>jstl</groupId>
216 <artifactId>jstl</artifactId>
217 <version>1.1.2</version>
220 <groupId>taglibs</groupId>
221 <artifactId>standard</artifactId>
222 <version>1.1.2</version>
225 <groupId>jfree</groupId>
226 <artifactId>jfreechart</artifactId>
227 <version>1.0.1</version>
230 <groupId>jfree</groupId>
231 <artifactId>jcommon</artifactId>
232 <version>1.0.2</version>
236 <groupId>javaee</groupId>
237 <artifactId>javaee-api</artifactId>
239 <scope>provided</scope>
243 <groupId>commons-codec</groupId>
244 <artifactId>commons-codec</artifactId>
245 <version>1.3</version>
250 </dependencyManagement>
255 <groupId>org.codehaus.mojo</groupId>
256 <artifactId>jalopy-maven-plugin</artifactId>
258 <fileFormat>UNIX</fileFormat>
259 <convention>org.wamblee.jalopy.xml</convention>
263 <groupId>org.apache.maven.plugins</groupId>
264 <artifactId>maven-compiler-plugin</artifactId>
272 <groupId>org.apache.maven.plugins</groupId>
273 <artifactId>maven-surefire-plugin</artifactId>
276 <include>**/*Test.java</include>
278 <redirectTestOutputToFile>true</redirectTestOutputToFile>
282 <!-- Make sure other projects can use (or the test support
283 and test classes from the projects it uses. To use
284 a dependence on a test library of a project, an additinoal
285 dependence must be added with <type>test-jar</type>
289 <groupId>org.apache.maven.plugins</groupId>
290 <artifactId>maven-jar-plugin</artifactId>
294 <goal>test-jar</goal>
301 <groupId>org.codehaus.mojo</groupId>
302 <artifactId>cobertura-maven-plugin</artifactId>
313 <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
314 <exclude>org/wamblee/mythtv/**/*.class</exclude>
328 <groupId>org.apache.maven.plugins</groupId>
329 <artifactId>maven-project-info-reports-plugin</artifactId>
333 <report>checkstyle</report>
334 <report>javadoc</report>
335 <report>dependencies</report>
336 <report>project-team</report>
337 <report>mailing-list</report>
338 <report>issue-tracking</report>
339 <report>license</report>
346 <groupId>org.codehaus.mojo</groupId>
347 <artifactId>changes-maven-plugin</artifactId>
348 <version>2.0-beta-1</version>
352 <report>changes-report</report>
358 <groupId>org.apache.maven.plugins</groupId>
359 <artifactId>maven-javadoc-plugin</artifactId>
362 <groupId>org.codehaus.mojo</groupId>
363 <artifactId>surefire-report-maven-plugin</artifactId>
365 <!-- Test coverage reporting -->
367 <groupId>org.codehaus.mojo</groupId>
368 <artifactId>cobertura-maven-plugin</artifactId>
372 <format>html</format>
379 <groupId>org.apache.maven.plugins</groupId>
380 <artifactId>maven-checkstyle-plugin</artifactId>
382 <configLocation>config/sun_checks.xml</configLocation>
388 <groupId>org.codehaus.mojo</groupId>
389 <artifactId>taglist-maven-plugin</artifactId>
405 <name>Java EE repo at SUN</name>
406 <url>http://download.java.net/maven/1</url>
407 <layout>legacy</layout>
412 <spring.version>2.0.8</spring.version>
413 <jmock.version>2.4.0</jmock.version>