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>
40 <groupId>org.testng</groupId>
41 <artifactId>testng</artifactId>
42 <version>5.7</version>
44 <classifier>jdk15</classifier>
48 <dependencyManagement>
51 <groupId>org.wamblee</groupId>
52 <artifactId>wamblee-support</artifactId>
53 <version>${project.version}</version>
56 <groupId>org.wamblee</groupId>
57 <artifactId>wamblee-support</artifactId>
59 <version>${project.version}</version>
62 <groupId>org.wamblee</groupId>
63 <artifactId>wamblee-hibernate-jpa</artifactId>
64 <version>${project.version}</version>
67 <groupId>org.wamblee</groupId>
68 <artifactId>wamblee-hibernate-jpa</artifactId>
69 <version>${project.version}</version>
73 <groupId>org.wamblee</groupId>
74 <artifactId>wamblee-socketproxy</artifactId>
75 <version>${project.version}</version>
78 <groupId>org.wamblee</groupId>
79 <artifactId>wamblee-socketproxy</artifactId>
81 <version>${project.version}</version>
84 <groupId>org.wamblee</groupId>
85 <artifactId>wamblee-crawler</artifactId>
86 <version>${project.version}</version>
89 <groupId>org.wamblee</groupId>
90 <artifactId>wamblee-crawler</artifactId>
92 <version>${project.version}</version>
95 <groupId>org.wamblee</groupId>
96 <artifactId>wamblee-crawler-basic</artifactId>
97 <version>${project.version}</version>
100 <groupId>org.wamblee</groupId>
101 <artifactId>wamblee-crawler-basic</artifactId>
102 <type>test-jar</type>
103 <version>${project.version}</version>
107 <groupId>javax.persistence</groupId>
108 <artifactId>persistence-api</artifactId>
109 <version>1.0</version>
110 <scope>provided</scope>
113 <groupId>javax.activation</groupId>
114 <artifactId>activation</artifactId>
115 <version>1.1</version>
118 <groupId>javax.mail</groupId>
119 <artifactId>mail</artifactId>
120 <version>1.4.1</version>
123 <groupId>javax.servlet</groupId>
124 <artifactId>servlet-api</artifactId>
125 <version>2.3</version>
127 <scope>provided</scope>
130 <groupId>mysql</groupId>
131 <artifactId>mysql-connector-java</artifactId>
132 <version>3.1.14</version>
135 <groupId>org.apache.derby</groupId>
136 <artifactId>derby</artifactId>
137 <version>10.3.2.1</version>
140 <groupId>org.apache.derby</groupId>
141 <artifactId>derbyclient</artifactId>
142 <version>10.3.2.1</version>
145 <groupId>org.apache.derby</groupId>
146 <artifactId>derbynet</artifactId>
147 <version>10.3.2.1</version>
150 <groupId>quartz</groupId>
151 <artifactId>quartz</artifactId>
152 <version>1.5.1</version>
155 <groupId>jtidy</groupId>
156 <artifactId>jtidy</artifactId>
157 <version>4aug2000r7-dev</version>
162 <groupId>commons-logging</groupId>
163 <artifactId>commons-logging</artifactId>
164 <version>1.0.2</version>
167 <groupId>commons-httpclient</groupId>
168 <artifactId>commons-httpclient</artifactId>
169 <version>3.0</version>
172 <groupId>commons-beanutils</groupId>
173 <artifactId>commons-beanutils</artifactId>
174 <version>1.7.0</version>
177 <groupId>org.springframework</groupId>
178 <artifactId>spring-beans</artifactId>
179 <version>${spring.version}</version>
182 <groupId>org.springframework</groupId>
183 <artifactId>spring-web</artifactId>
184 <version>${spring.version}</version>
187 <groupId>org.springframework</groupId>
188 <artifactId>spring-jms</artifactId>
189 <version>${spring.version}</version>
192 <groupId>org.springframework</groupId>
193 <artifactId>spring-context</artifactId>
194 <version>${spring.version}</version>
197 <groupId>org.springframework</groupId>
198 <artifactId>spring-hibernate3</artifactId>
199 <version>${spring.version}</version>
202 <groupId>org.springframework</groupId>
203 <artifactId>spring-jpa</artifactId>
204 <version>${spring.version}</version>
207 <groupId>org.springframework</groupId>
208 <artifactId>spring-aop</artifactId>
209 <version>${spring.version}</version>
212 <!-- should be possible to remove the dependence on log4j -->
214 <groupId>log4j</groupId>
215 <artifactId>log4j</artifactId>
216 <version>1.2.8</version>
219 <groupId>dom4j</groupId>
220 <artifactId>dom4j</artifactId>
221 <version>1.6</version>
224 <groupId>xml-apis</groupId>
225 <artifactId>xml-apis</artifactId>
230 <groupId>net.sf.ehcache</groupId>
231 <artifactId>ehcache</artifactId>
232 <version>1.2.3</version>
235 <groupId>xerces</groupId>
236 <artifactId>xercesImpl</artifactId>
237 <version>2.8.1</version>
242 <groupId>commons-email</groupId>
243 <artifactId>commons-email</artifactId>
244 <version>1.0</version>
247 <groupId>jaxen</groupId>
248 <artifactId>jaxen</artifactId>
249 <version>1.1-beta-9</version>
252 <groupId>xom</groupId>
253 <artifactId>xom</artifactId>
256 <groupId>xerces</groupId>
257 <artifactId>xmlParserAPIs</artifactId>
262 <groupId>jstl</groupId>
263 <artifactId>jstl</artifactId>
264 <version>1.1.2</version>
267 <groupId>taglibs</groupId>
268 <artifactId>standard</artifactId>
269 <version>1.1.2</version>
272 <groupId>jfree</groupId>
273 <artifactId>jfreechart</artifactId>
274 <version>1.0.1</version>
277 <groupId>jfree</groupId>
278 <artifactId>jcommon</artifactId>
279 <version>1.0.2</version>
283 <groupId>javaee</groupId>
284 <artifactId>javaee-api</artifactId>
286 <scope>provided</scope>
290 <groupId>commons-codec</groupId>
291 <artifactId>commons-codec</artifactId>
292 <version>1.3</version>
297 </dependencyManagement>
302 <groupId>org.apache.maven.plugins</groupId>
303 <artifactId>maven-compiler-plugin</artifactId>
311 <groupId>org.apache.maven.plugins</groupId>
312 <artifactId>maven-surefire-plugin</artifactId>
315 <include>**/*Test.java</include>
317 <redirectTestOutputToFile>true</redirectTestOutputToFile>
321 <!-- Make sure other projects can use (or the test support
322 and test classes from the projects it uses. To use
323 a dependence on a test library of a project, an additinoal
324 dependence must be added with <type>test-jar</type>
328 <groupId>org.apache.maven.plugins</groupId>
329 <artifactId>maven-jar-plugin</artifactId>
333 <goal>test-jar</goal>
340 <groupId>org.codehaus.mojo</groupId>
341 <artifactId>cobertura-maven-plugin</artifactId>
359 <groupId>org.apache.maven.plugins</groupId>
360 <artifactId>maven-project-info-reports-plugin</artifactId>
364 <report>checkstyle</report>
365 <report>javadoc</report>
366 <report>dependencies</report>
367 <report>project-team</report>
368 <report>mailing-list</report>
369 <report>issue-tracking</report>
370 <report>license</report>
377 <groupId>org.codehaus.mojo</groupId>
378 <artifactId>changes-maven-plugin</artifactId>
379 <version>2.0-beta-1</version>
383 <report>changes-report</report>
389 <groupId>org.apache.maven.plugins</groupId>
390 <artifactId>maven-javadoc-plugin</artifactId>
393 <groupId>org.codehaus.mojo</groupId>
394 <artifactId>surefire-report-maven-plugin</artifactId>
396 <!-- Test coverage reporting -->
398 <groupId>org.codehaus.mojo</groupId>
399 <artifactId>cobertura-maven-plugin</artifactId>
409 <groupId>org.apache.maven.plugins</groupId>
410 <artifactId>maven-checkstyle-plugin</artifactId>
412 <configLocation>config/sun_checks.xml</configLocation>
418 <groupId>org.codehaus.mojo</groupId>
419 <artifactId>taglist-maven-plugin</artifactId>
435 <name>Java EE repo at SUN</name>
436 <url>http://download.java.net/maven/1</url>
437 <layout>legacy</layout>
442 <spring.version>2.0.8</spring.version>
443 <jmock.version>2.4.0</jmock.version>