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.apache.derby</groupId>
36 <artifactId>derby</artifactId>
40 <groupId>org.apache.derby</groupId>
41 <artifactId>derbyclient</artifactId>
45 <groupId>org.apache.derby</groupId>
46 <artifactId>derbynet</artifactId>
50 <groupId>mysql</groupId>
51 <artifactId>mysql-connector-java</artifactId>
55 <groupId>org.mockito</groupId>
56 <artifactId>mockito-core</artifactId>
57 <version>1.3</version>
62 <groupId>org.testng</groupId>
63 <artifactId>testng</artifactId>
64 <version>5.7</version>
66 <classifier>jdk15</classifier>
70 <dependencyManagement>
74 <groupId>javax.persistence</groupId>
75 <artifactId>persistence-api</artifactId>
76 <version>1.0</version>
77 <scope>provided</scope>
80 <groupId>javax.activation</groupId>
81 <artifactId>activation</artifactId>
82 <version>1.1</version>
85 <groupId>javax.mail</groupId>
86 <artifactId>mail</artifactId>
87 <version>1.4.1</version>
90 <groupId>javax.servlet</groupId>
91 <artifactId>servlet-api</artifactId>
92 <version>2.3</version>
94 <scope>provided</scope>
97 <groupId>mysql</groupId>
98 <artifactId>mysql-connector-java</artifactId>
99 <version>3.1.14</version>
102 <groupId>org.apache.derby</groupId>
103 <artifactId>derby</artifactId>
104 <version>10.3.2.1</version>
107 <groupId>org.apache.derby</groupId>
108 <artifactId>derbyclient</artifactId>
109 <version>10.3.2.1</version>
112 <groupId>org.apache.derby</groupId>
113 <artifactId>derbynet</artifactId>
114 <version>10.3.2.1</version>
117 <groupId>quartz</groupId>
118 <artifactId>quartz</artifactId>
119 <version>1.5.1</version>
122 <groupId>jtidy</groupId>
123 <artifactId>jtidy</artifactId>
124 <version>4aug2000r7-dev</version>
129 <groupId>commons-logging</groupId>
130 <artifactId>commons-logging</artifactId>
131 <version>1.0.2</version>
134 <groupId>commons-httpclient</groupId>
135 <artifactId>commons-httpclient</artifactId>
136 <version>3.0</version>
139 <groupId>commons-beanutils</groupId>
140 <artifactId>commons-beanutils</artifactId>
141 <version>1.7.0</version>
144 <groupId>org.springframework</groupId>
145 <artifactId>spring-beans</artifactId>
146 <version>${spring.version}</version>
149 <groupId>org.springframework</groupId>
150 <artifactId>spring-web</artifactId>
151 <version>${spring.version}</version>
154 <groupId>org.springframework</groupId>
155 <artifactId>spring-jms</artifactId>
156 <version>${spring.version}</version>
159 <groupId>org.springframework</groupId>
160 <artifactId>spring-context</artifactId>
161 <version>${spring.version}</version>
164 <groupId>org.springframework</groupId>
165 <artifactId>spring-hibernate3</artifactId>
166 <version>${spring.version}</version>
169 <groupId>org.springframework</groupId>
170 <artifactId>spring-jpa</artifactId>
171 <version>${spring.version}</version>
174 <groupId>org.springframework</groupId>
175 <artifactId>spring-aop</artifactId>
176 <version>${spring.version}</version>
179 <!-- should be possible to remove the dependence on log4j -->
181 <groupId>log4j</groupId>
182 <artifactId>log4j</artifactId>
183 <version>1.2.8</version>
186 <groupId>dom4j</groupId>
187 <artifactId>dom4j</artifactId>
188 <version>1.6</version>
191 <groupId>xml-apis</groupId>
192 <artifactId>xml-apis</artifactId>
197 <groupId>net.sf.ehcache</groupId>
198 <artifactId>ehcache</artifactId>
199 <version>1.2.3</version>
202 <groupId>xerces</groupId>
203 <artifactId>xercesImpl</artifactId>
204 <version>2.8.1</version>
209 <groupId>commons-email</groupId>
210 <artifactId>commons-email</artifactId>
211 <version>1.0</version>
214 <groupId>jaxen</groupId>
215 <artifactId>jaxen</artifactId>
216 <version>1.1-beta-9</version>
219 <groupId>xom</groupId>
220 <artifactId>xom</artifactId>
223 <groupId>xerces</groupId>
224 <artifactId>xmlParserAPIs</artifactId>
229 <groupId>jstl</groupId>
230 <artifactId>jstl</artifactId>
231 <version>1.1.2</version>
234 <groupId>taglibs</groupId>
235 <artifactId>standard</artifactId>
236 <version>1.1.2</version>
239 <groupId>jfree</groupId>
240 <artifactId>jfreechart</artifactId>
241 <version>1.0.1</version>
244 <groupId>jfree</groupId>
245 <artifactId>jcommon</artifactId>
246 <version>1.0.2</version>
250 <groupId>javaee</groupId>
251 <artifactId>javaee-api</artifactId>
253 <scope>provided</scope>
257 <groupId>commons-codec</groupId>
258 <artifactId>commons-codec</artifactId>
259 <version>1.3</version>
264 </dependencyManagement>
269 <groupId>org.codehaus.mojo</groupId>
270 <artifactId>jalopy-maven-plugin</artifactId>
272 <fileFormat>UNIX</fileFormat>
273 <convention>org.wamblee.jalopy.xml</convention>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-compiler-plugin</artifactId>
286 <groupId>org.apache.maven.plugins</groupId>
287 <artifactId>maven-surefire-plugin</artifactId>
290 <include>**/*Test.java</include>
292 <redirectTestOutputToFile>true</redirectTestOutputToFile>
296 <!-- Make sure other projects can use (or the test support
297 and test classes from the projects it uses. To use
298 a dependence on a test library of a project, an additinoal
299 dependence must be added with <type>test-jar</type>
303 <groupId>org.apache.maven.plugins</groupId>
304 <artifactId>maven-jar-plugin</artifactId>
308 <goal>test-jar</goal>
315 <groupId>org.codehaus.mojo</groupId>
316 <artifactId>cobertura-maven-plugin</artifactId>
327 <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
328 <exclude>org/wamblee/mythtv/**/*.class</exclude>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-project-info-reports-plugin</artifactId>
347 <report>checkstyle</report>
348 <report>javadoc</report>
349 <report>dependencies</report>
350 <report>project-team</report>
351 <report>mailing-list</report>
352 <report>issue-tracking</report>
353 <report>license</report>
360 <groupId>org.codehaus.mojo</groupId>
361 <artifactId>changes-maven-plugin</artifactId>
362 <version>2.0-beta-1</version>
366 <report>changes-report</report>
372 <groupId>org.apache.maven.plugins</groupId>
373 <artifactId>maven-javadoc-plugin</artifactId>
376 <groupId>org.codehaus.mojo</groupId>
377 <artifactId>surefire-report-maven-plugin</artifactId>
379 <!-- Test coverage reporting -->
381 <groupId>org.codehaus.mojo</groupId>
382 <artifactId>cobertura-maven-plugin</artifactId>
386 <format>html</format>
393 <groupId>org.apache.maven.plugins</groupId>
394 <artifactId>maven-checkstyle-plugin</artifactId>
396 <configLocation>config/sun_checks.xml</configLocation>
402 <groupId>org.codehaus.mojo</groupId>
403 <artifactId>taglist-maven-plugin</artifactId>
419 <name>Java EE repo at SUN</name>
420 <url>http://download.java.net/maven/1</url>
421 <layout>legacy</layout>
426 <spring.version>2.0.8</spring.version>
427 <jmock.version>2.4.0</jmock.version>