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>socketproxy</module>
14 <module>crawler</module>
16 <module>mythtv</module>
20 <groupId>junit</groupId>
21 <artifactId>junit</artifactId>
22 <version>3.8.1</version>
26 <groupId>dbunit</groupId>
27 <artifactId>dbunit</artifactId>
28 <version>2.1</version>
32 <groupId>jmock</groupId>
33 <artifactId>jmock-cglib</artifactId>
34 <version>1.1.0</version>
38 <groupId>cglib</groupId>
39 <artifactId>cglib-full</artifactId>
45 <dependencyManagement>
48 <groupId>org.wamblee</groupId>
49 <artifactId>wamblee-support</artifactId>
50 <version>${project.version}</version>
53 <groupId>org.wamblee</groupId>
54 <artifactId>wamblee-support</artifactId>
56 <version>${project.version}</version>
59 <groupId>org.wamblee</groupId>
60 <artifactId>wamblee-socketproxy</artifactId>
61 <version>${project.version}</version>
64 <groupId>org.wamblee</groupId>
65 <artifactId>wamblee-socketproxy</artifactId>
67 <version>${project.version}</version>
70 <groupId>org.wamblee</groupId>
71 <artifactId>wamblee-crawler</artifactId>
72 <version>${project.version}</version>
75 <groupId>org.wamblee</groupId>
76 <artifactId>wamblee-crawler</artifactId>
78 <version>${project.version}</version>
81 <groupId>org.wamblee</groupId>
82 <artifactId>wamblee-crawler-basic</artifactId>
83 <version>${project.version}</version>
86 <groupId>org.wamblee</groupId>
87 <artifactId>wamblee-crawler-basic</artifactId>
89 <version>${project.version}</version>
93 <groupId>javax.servlet</groupId>
94 <artifactId>servlet-api</artifactId>
95 <version>2.3</version>
97 <scope>provided</scope>
100 <groupId>org.apache.derby</groupId>
101 <artifactId>derby</artifactId>
102 <version>10.3.2.1</version>
105 <groupId>org.apache.derby</groupId>
106 <artifactId>derbyclient</artifactId>
107 <version>10.3.2.1</version>
110 <groupId>org.apache.derby</groupId>
111 <artifactId>derbynet</artifactId>
112 <version>10.3.2.1</version>
115 <groupId>quartz</groupId>
116 <artifactId>quartz</artifactId>
117 <version>1.5.1</version>
120 <groupId>jtidy</groupId>
121 <artifactId>jtidy</artifactId>
122 <version>4aug2000r7-dev</version>
126 <groupId>concurrent</groupId>
127 <artifactId>concurrent</artifactId>
128 <version>1.3.4</version>
132 <groupId>oro</groupId>
133 <artifactId>oro</artifactId>
134 <version>2.0.6</version>
137 <groupId>commons-logging</groupId>
138 <artifactId>commons-logging</artifactId>
139 <version>1.0.2</version>
142 <groupId>commons-httpclient</groupId>
143 <artifactId>commons-httpclient</artifactId>
144 <version>3.0</version>
147 <groupId>commons-beanutils</groupId>
148 <artifactId>commons-beanutils</artifactId>
149 <version>1.7.0</version>
152 <groupId>org.springframework</groupId>
153 <artifactId>spring-beans</artifactId>
154 <version>${springversion}</version>
157 <groupId>org.springframework</groupId>
158 <artifactId>spring-web</artifactId>
159 <version>${springversion}</version>
162 <groupId>org.springframework</groupId>
163 <artifactId>spring-jms</artifactId>
164 <version>${springversion}</version>
167 <groupId>org.springframework</groupId>
168 <artifactId>spring-context</artifactId>
169 <version>${springversion}</version>
172 <groupId>org.springframework</groupId>
173 <artifactId>spring-hibernate3</artifactId>
174 <version>${springversion}</version>
177 <groupId>org.springframework</groupId>
178 <artifactId>spring-jpa</artifactId>
179 <version>${springversion}</version>
182 <groupId>org.springframework</groupId>
183 <artifactId>spring-aop</artifactId>
184 <version>${springversion}</version>
187 <!-- should be possible to remove the dependence on log4j -->
189 <groupId>log4j</groupId>
190 <artifactId>log4j</artifactId>
191 <version>1.2.8</version>
194 <groupId>dom4j</groupId>
195 <artifactId>dom4j</artifactId>
196 <version>1.6</version>
199 <groupId>xml-apis</groupId>
200 <artifactId>xml-apis</artifactId>
205 <groupId>net.sf.ehcache</groupId>
206 <artifactId>ehcache</artifactId>
207 <version>1.2.3</version>
210 <groupId>xerces</groupId>
211 <artifactId>xercesImpl</artifactId>
212 <version>2.8.1</version>
215 <groupId>org.hibernate</groupId>
216 <artifactId>hibernate</artifactId>
217 <version>3.2.5.ga</version>
220 <groupId>org.hibernate</groupId>
221 <artifactId>hibernate-entitymanager</artifactId>
222 <version>3.3.1.ga</version>
225 <groupId>javax.persistence</groupId>
226 <artifactId>persistence-api</artifactId>
227 <version>1.0</version>
228 <scope>provided</scope>
231 <groupId>commons-email</groupId>
232 <artifactId>commons-email</artifactId>
233 <version>1.0</version>
236 <groupId>javax.mail</groupId>
237 <artifactId>mail</artifactId>
238 <version>1.3.3_01</version>
241 <groupId>jaxen</groupId>
242 <artifactId>jaxen</artifactId>
243 <version>1.1-beta-9</version>
246 <groupId>xom</groupId>
247 <artifactId>xom</artifactId>
250 <groupId>xerces</groupId>
251 <artifactId>xmlParserAPIs</artifactId>
256 <groupId>jstl</groupId>
257 <artifactId>jstl</artifactId>
258 <version>1.1.2</version>
261 <groupId>taglibs</groupId>
262 <artifactId>standard</artifactId>
263 <version>1.1.2</version>
266 <groupId>jfree</groupId>
267 <artifactId>jfreechart</artifactId>
268 <version>1.0.1</version>
271 <groupId>jfree</groupId>
272 <artifactId>jcommon</artifactId>
273 <version>1.0.2</version>
277 <groupId>javaee</groupId>
278 <artifactId>javaee-api</artifactId>
280 <scope>provided</scope>
285 </dependencyManagement>
290 <groupId>org.apache.maven.plugins</groupId>
291 <artifactId>maven-compiler-plugin</artifactId>
299 <groupId>org.apache.maven.plugins</groupId>
300 <artifactId>maven-surefire-plugin</artifactId>
303 <include>**/*Test.java</include>
308 <!-- Make sure other projects can use (or the test support
309 and test classes from the projects it uses. To use
310 a dependence on a test library of a project, an additinoal
311 dependence must be added with <type>test-jar</type>
315 <groupId>org.apache.maven.plugins</groupId>
316 <artifactId>maven-jar-plugin</artifactId>
320 <goal>test-jar</goal>
327 <groupId>org.codehaus.mojo</groupId>
328 <artifactId>cobertura-maven-plugin</artifactId>
345 <groupId>org.apache.maven.plugins</groupId>
346 <artifactId>maven-project-info-reports-plugin</artifactId>
350 <report>checkstyle</report>
351 <report>javadoc</report>
352 <report>dependencies</report>
353 <report>project-team</report>
354 <report>mailing-list</report>
355 <report>issue-tracking</report>
356 <report>license</report>
363 <groupId>org.codehaus.mojo</groupId>
364 <artifactId>changes-maven-plugin</artifactId>
365 <version>2.0-beta-1</version>
369 <report>changes-report</report>
375 <groupId>org.apache.maven.plugins</groupId>
376 <artifactId>maven-javadoc-plugin</artifactId>
379 <groupId>org.codehaus.mojo</groupId>
380 <artifactId>surefire-report-maven-plugin</artifactId>
382 <!-- Test coverage reporting -->
384 <groupId>org.codehaus.mojo</groupId>
385 <artifactId>cobertura-maven-plugin</artifactId>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-checkstyle-plugin</artifactId>
393 <configLocation>config/sun_checks.xml</configLocation>
399 <groupId>org.codehaus.mojo</groupId>
400 <artifactId>taglist-maven-plugin</artifactId>
416 <name>Java EE repo at SUN</name>
417 <url>http://download.java.net/maven/1</url>
418 <layout>legacy</layout>
423 <springversion>2.0.8</springversion>