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>hibernate-jpa</module>
14 <module>socketproxy</module>
15 <module>crawler</module>
17 <module>mythtv</module>
21 <groupId>junit</groupId>
22 <artifactId>junit</artifactId>
23 <version>4.4</version>
27 <groupId>dbunit</groupId>
28 <artifactId>dbunit</artifactId>
29 <version>2.1</version>
33 <groupId>jmock</groupId>
34 <artifactId>jmock-cglib</artifactId>
35 <version>1.1.0</version>
39 <groupId>cglib</groupId>
40 <artifactId>cglib-full</artifactId>
46 <dependencyManagement>
49 <groupId>org.wamblee</groupId>
50 <artifactId>wamblee-support</artifactId>
51 <version>${project.version}</version>
54 <groupId>org.wamblee</groupId>
55 <artifactId>wamblee-support</artifactId>
57 <version>${project.version}</version>
60 <groupId>org.wamblee</groupId>
61 <artifactId>wamblee-hibernate-jpa</artifactId>
62 <version>${project.version}</version>
65 <groupId>org.wamblee</groupId>
66 <artifactId>wamblee-hibernate-jpa</artifactId>
67 <version>${project.version}</version>
71 <groupId>org.wamblee</groupId>
72 <artifactId>wamblee-socketproxy</artifactId>
73 <version>${project.version}</version>
76 <groupId>org.wamblee</groupId>
77 <artifactId>wamblee-socketproxy</artifactId>
79 <version>${project.version}</version>
82 <groupId>org.wamblee</groupId>
83 <artifactId>wamblee-crawler</artifactId>
84 <version>${project.version}</version>
87 <groupId>org.wamblee</groupId>
88 <artifactId>wamblee-crawler</artifactId>
90 <version>${project.version}</version>
93 <groupId>org.wamblee</groupId>
94 <artifactId>wamblee-crawler-basic</artifactId>
95 <version>${project.version}</version>
98 <groupId>org.wamblee</groupId>
99 <artifactId>wamblee-crawler-basic</artifactId>
100 <type>test-jar</type>
101 <version>${project.version}</version>
105 <groupId>javax.persistence</groupId>
106 <artifactId>persistence-api</artifactId>
107 <version>1.0</version>
108 <scope>provided</scope>
111 <groupId>javax.activation</groupId>
112 <artifactId>activation</artifactId>
113 <version>1.1</version>
116 <groupId>javax.mail</groupId>
117 <artifactId>mail</artifactId>
118 <version>1.4.1</version>
121 <groupId>javax.servlet</groupId>
122 <artifactId>servlet-api</artifactId>
123 <version>2.3</version>
125 <scope>provided</scope>
128 <groupId>org.apache.derby</groupId>
129 <artifactId>derby</artifactId>
130 <version>10.3.2.1</version>
133 <groupId>org.apache.derby</groupId>
134 <artifactId>derbyclient</artifactId>
135 <version>10.3.2.1</version>
138 <groupId>org.apache.derby</groupId>
139 <artifactId>derbynet</artifactId>
140 <version>10.3.2.1</version>
143 <groupId>quartz</groupId>
144 <artifactId>quartz</artifactId>
145 <version>1.5.1</version>
148 <groupId>jtidy</groupId>
149 <artifactId>jtidy</artifactId>
150 <version>4aug2000r7-dev</version>
155 <groupId>commons-logging</groupId>
156 <artifactId>commons-logging</artifactId>
157 <version>1.0.2</version>
160 <groupId>commons-httpclient</groupId>
161 <artifactId>commons-httpclient</artifactId>
162 <version>3.0</version>
165 <groupId>commons-beanutils</groupId>
166 <artifactId>commons-beanutils</artifactId>
167 <version>1.7.0</version>
170 <groupId>org.springframework</groupId>
171 <artifactId>spring-beans</artifactId>
172 <version>${springversion}</version>
175 <groupId>org.springframework</groupId>
176 <artifactId>spring-web</artifactId>
177 <version>${springversion}</version>
180 <groupId>org.springframework</groupId>
181 <artifactId>spring-jms</artifactId>
182 <version>${springversion}</version>
185 <groupId>org.springframework</groupId>
186 <artifactId>spring-context</artifactId>
187 <version>${springversion}</version>
190 <groupId>org.springframework</groupId>
191 <artifactId>spring-hibernate3</artifactId>
192 <version>${springversion}</version>
195 <groupId>org.springframework</groupId>
196 <artifactId>spring-jpa</artifactId>
197 <version>${springversion}</version>
200 <groupId>org.springframework</groupId>
201 <artifactId>spring-aop</artifactId>
202 <version>${springversion}</version>
205 <!-- should be possible to remove the dependence on log4j -->
207 <groupId>log4j</groupId>
208 <artifactId>log4j</artifactId>
209 <version>1.2.8</version>
212 <groupId>dom4j</groupId>
213 <artifactId>dom4j</artifactId>
214 <version>1.6</version>
217 <groupId>xml-apis</groupId>
218 <artifactId>xml-apis</artifactId>
223 <groupId>net.sf.ehcache</groupId>
224 <artifactId>ehcache</artifactId>
225 <version>1.2.3</version>
228 <groupId>xerces</groupId>
229 <artifactId>xercesImpl</artifactId>
230 <version>2.8.1</version>
235 <groupId>commons-email</groupId>
236 <artifactId>commons-email</artifactId>
237 <version>1.0</version>
240 <groupId>jaxen</groupId>
241 <artifactId>jaxen</artifactId>
242 <version>1.1-beta-9</version>
245 <groupId>xom</groupId>
246 <artifactId>xom</artifactId>
249 <groupId>xerces</groupId>
250 <artifactId>xmlParserAPIs</artifactId>
255 <groupId>jstl</groupId>
256 <artifactId>jstl</artifactId>
257 <version>1.1.2</version>
260 <groupId>taglibs</groupId>
261 <artifactId>standard</artifactId>
262 <version>1.1.2</version>
265 <groupId>jfree</groupId>
266 <artifactId>jfreechart</artifactId>
267 <version>1.0.1</version>
270 <groupId>jfree</groupId>
271 <artifactId>jcommon</artifactId>
272 <version>1.0.2</version>
276 <groupId>javaee</groupId>
277 <artifactId>javaee-api</artifactId>
279 <scope>provided</scope>
284 </dependencyManagement>
289 <groupId>org.apache.maven.plugins</groupId>
290 <artifactId>maven-compiler-plugin</artifactId>
298 <groupId>org.apache.maven.plugins</groupId>
299 <artifactId>maven-surefire-plugin</artifactId>
302 <include>**/*Test.java</include>
307 <!-- Make sure other projects can use (or the test support
308 and test classes from the projects it uses. To use
309 a dependence on a test library of a project, an additinoal
310 dependence must be added with <type>test-jar</type>
314 <groupId>org.apache.maven.plugins</groupId>
315 <artifactId>maven-jar-plugin</artifactId>
319 <goal>test-jar</goal>
326 <groupId>org.codehaus.mojo</groupId>
327 <artifactId>cobertura-maven-plugin</artifactId>
344 <groupId>org.apache.maven.plugins</groupId>
345 <artifactId>maven-project-info-reports-plugin</artifactId>
349 <report>checkstyle</report>
350 <report>javadoc</report>
351 <report>dependencies</report>
352 <report>project-team</report>
353 <report>mailing-list</report>
354 <report>issue-tracking</report>
355 <report>license</report>
362 <groupId>org.codehaus.mojo</groupId>
363 <artifactId>changes-maven-plugin</artifactId>
364 <version>2.0-beta-1</version>
368 <report>changes-report</report>
374 <groupId>org.apache.maven.plugins</groupId>
375 <artifactId>maven-javadoc-plugin</artifactId>
378 <groupId>org.codehaus.mojo</groupId>
379 <artifactId>surefire-report-maven-plugin</artifactId>
381 <!-- Test coverage reporting -->
383 <groupId>org.codehaus.mojo</groupId>
384 <artifactId>cobertura-maven-plugin</artifactId>
389 <groupId>org.apache.maven.plugins</groupId>
390 <artifactId>maven-checkstyle-plugin</artifactId>
392 <configLocation>config/sun_checks.xml</configLocation>
398 <groupId>org.codehaus.mojo</groupId>
399 <artifactId>taglist-maven-plugin</artifactId>
415 <name>Java EE repo at SUN</name>
416 <url>http://download.java.net/maven/1</url>
417 <layout>legacy</layout>
422 <springversion>2.0.8</springversion>