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>quartz</groupId>
101 <artifactId>quartz</artifactId>
102 <version>1.5.1</version>
105 <groupId>jtidy</groupId>
106 <artifactId>jtidy</artifactId>
107 <version>4aug2000r7-dev</version>
111 <groupId>oro</groupId>
112 <artifactId>oro</artifactId>
113 <version>2.0.6</version>
116 <groupId>commons-logging</groupId>
117 <artifactId>commons-logging</artifactId>
118 <version>1.0.2</version>
121 <groupId>commons-httpclient</groupId>
122 <artifactId>commons-httpclient</artifactId>
123 <version>3.0</version>
126 <groupId>commons-beanutils</groupId>
127 <artifactId>commons-beanutils</artifactId>
128 <version>1.7.0</version>
131 <groupId>org.springframework</groupId>
132 <artifactId>spring-beans</artifactId>
133 <version>1.2.8</version>
136 <groupId>org.springframework</groupId>
137 <artifactId>spring-hibernate</artifactId>
138 <version>1.2.8</version>
140 <!-- should be possible to remove the dependence on log4j -->
142 <groupId>log4j</groupId>
143 <artifactId>log4j</artifactId>
144 <version>1.2.8</version>
147 <groupId>dom4j</groupId>
148 <artifactId>dom4j</artifactId>
149 <version>1.6</version>
152 <groupId>xml-apis</groupId>
153 <artifactId>xml-apis</artifactId>
158 <groupId>ehcache</groupId>
159 <artifactId>ehcache</artifactId>
160 <version>1.1</version>
163 <groupId>xerces</groupId>
164 <artifactId>xerces</artifactId>
165 <version>2.4.0</version>
168 <groupId>org.hibernate</groupId>
169 <artifactId>hibernate</artifactId>
170 <version>3.0.5</version>
173 <groupId>commons-email</groupId>
174 <artifactId>commons-email</artifactId>
175 <version>1.0</version>
178 <groupId>jaxen</groupId>
179 <artifactId>jaxen</artifactId>
180 <version>1.1-beta-9</version>
183 <groupId>xom</groupId>
184 <artifactId>xom</artifactId>
187 <groupId>xerces</groupId>
188 <artifactId>xmlParserAPIs</artifactId>
193 <groupId>jstl</groupId>
194 <artifactId>jstl</artifactId>
195 <version>1.1.2</version>
198 <groupId>taglibs</groupId>
199 <artifactId>standard</artifactId>
200 <version>1.1.2</version>
203 <groupId>jfree</groupId>
204 <artifactId>jfreechart</artifactId>
205 <version>1.0.1</version>
208 <groupId>jfree</groupId>
209 <artifactId>jcommon</artifactId>
210 <version>1.0.2</version>
215 </dependencyManagement>
220 <groupId>org.apache.maven.plugins</groupId>
221 <artifactId>maven-compiler-plugin</artifactId>
229 <groupId>org.apache.maven.plugins</groupId>
230 <artifactId>maven-surefire-plugin</artifactId>
233 <include>**/*Test.java</include>
238 <!-- Make sure other projects can use (or the test support
239 and test classes from the projects it uses. To use
240 a dependence on a test library of a project, an additinoal
241 dependence must be added with <type>test-jar</type>
245 <groupId>org.apache.maven.plugins</groupId>
246 <artifactId>maven-jar-plugin</artifactId>
250 <goal>test-jar</goal>
257 <groupId>org.codehaus.mojo</groupId>
258 <artifactId>cobertura-maven-plugin</artifactId>
275 <groupId>org.apache.maven.plugins</groupId>
276 <artifactId>maven-project-info-reports-plugin</artifactId>
280 <report>checkstyle</report>
281 <report>javadoc</report>
282 <report>dependencies</report>
283 <report>project-team</report>
284 <report>mailing-list</report>
285 <report>issue-tracking</report>
286 <report>license</report>
293 <groupId>org.codehaus.mojo</groupId>
294 <artifactId>changes-maven-plugin</artifactId>
295 <version>2.0-beta-1</version>
299 <report>changes-report</report>
305 <groupId>org.apache.maven.plugins</groupId>
306 <artifactId>maven-javadoc-plugin</artifactId>
309 <groupId>org.codehaus.mojo</groupId>
310 <artifactId>surefire-report-maven-plugin</artifactId>
312 <!-- Test coverage reporting -->
314 <groupId>org.codehaus.mojo</groupId>
315 <artifactId>cobertura-maven-plugin</artifactId>
320 <groupId>org.apache.maven.plugins</groupId>
321 <artifactId>maven-checkstyle-plugin</artifactId>
323 <configLocation>config/sun_checks.xml</configLocation>
329 <groupId>org.codehaus.mojo</groupId>
330 <artifactId>taglist-maven-plugin</artifactId>