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>
19 <groupId>junit</groupId>
20 <artifactId>junit</artifactId>
21 <version>3.8.1</version>
25 <groupId>dbunit</groupId>
26 <artifactId>dbunit</artifactId>
27 <version>2.1</version>
31 <groupId>jmock</groupId>
32 <artifactId>jmock-cglib</artifactId>
33 <version>1.1.0</version>
37 <groupId>cglib</groupId>
38 <artifactId>cglib-full</artifactId>
44 <dependencyManagement>
47 <groupId>org.wamblee</groupId>
48 <artifactId>wamblee-support</artifactId>
49 <version>${project.version}</version>
52 <groupId>org.wamblee</groupId>
53 <artifactId>wamblee-support</artifactId>
55 <version>${project.version}</version>
58 <groupId>org.wamblee</groupId>
59 <artifactId>wamblee-socketproxy</artifactId>
60 <version>${project.version}</version>
63 <groupId>org.wamblee</groupId>
64 <artifactId>wamblee-socketproxy</artifactId>
66 <version>${project.version}</version>
69 <groupId>org.wamblee</groupId>
70 <artifactId>wamblee-crawler</artifactId>
71 <version>${project.version}</version>
74 <groupId>org.wamblee</groupId>
75 <artifactId>wamblee-crawler</artifactId>
77 <version>${project.version}</version>
80 <groupId>org.wamblee</groupId>
81 <artifactId>wamblee-crawler-basic</artifactId>
82 <version>${project.version}</version>
85 <groupId>org.wamblee</groupId>
86 <artifactId>wamblee-crawler-basic</artifactId>
88 <version>${project.version}</version>
92 <groupId>javax.servlet</groupId>
93 <artifactId>servlet-api</artifactId>
94 <version>2.3</version>
96 <scope>provided</scope>
99 <groupId>quartz</groupId>
100 <artifactId>quartz</artifactId>
101 <version>1.5.1</version>
104 <groupId>jtidy</groupId>
105 <artifactId>jtidy</artifactId>
106 <version>4aug2000r7-dev</version>
110 <groupId>oro</groupId>
111 <artifactId>oro</artifactId>
112 <version>2.0.6</version>
115 <groupId>commons-logging</groupId>
116 <artifactId>commons-logging</artifactId>
117 <version>1.0.2</version>
120 <groupId>commons-httpclient</groupId>
121 <artifactId>commons-httpclient</artifactId>
122 <version>3.0</version>
125 <groupId>commons-beanutils</groupId>
126 <artifactId>commons-beanutils</artifactId>
127 <version>1.7.0</version>
130 <groupId>org.springframework</groupId>
131 <artifactId>spring-beans</artifactId>
132 <version>1.2.8</version>
135 <groupId>org.springframework</groupId>
136 <artifactId>spring-hibernate</artifactId>
137 <version>1.2.8</version>
139 <!-- should be possible to remove the dependence on log4j -->
141 <groupId>log4j</groupId>
142 <artifactId>log4j</artifactId>
143 <version>1.2.8</version>
146 <groupId>dom4j</groupId>
147 <artifactId>dom4j</artifactId>
148 <version>1.6</version>
151 <groupId>xml-apis</groupId>
152 <artifactId>xml-apis</artifactId>
157 <groupId>ehcache</groupId>
158 <artifactId>ehcache</artifactId>
159 <version>1.1</version>
162 <groupId>xerces</groupId>
163 <artifactId>xerces</artifactId>
164 <version>2.4.0</version>
167 <groupId>org.hibernate</groupId>
168 <artifactId>hibernate</artifactId>
169 <version>3.0.5</version>
172 <groupId>commons-email</groupId>
173 <artifactId>commons-email</artifactId>
174 <version>1.0</version>
177 <groupId>jaxen</groupId>
178 <artifactId>jaxen</artifactId>
179 <version>1.1-beta-9</version>
182 <groupId>xom</groupId>
183 <artifactId>xom</artifactId>
186 <groupId>xerces</groupId>
187 <artifactId>xmlParserAPIs</artifactId>
192 <groupId>jstl</groupId>
193 <artifactId>jstl</artifactId>
194 <version>1.1.2</version>
197 <groupId>taglibs</groupId>
198 <artifactId>standard</artifactId>
199 <version>1.1.2</version>
202 <groupId>jfree</groupId>
203 <artifactId>jfreechart</artifactId>
204 <version>1.0.1</version>
207 <groupId>jfree</groupId>
208 <artifactId>jcommon</artifactId>
209 <version>1.0.2</version>
214 </dependencyManagement>
219 <groupId>org.apache.maven.plugins</groupId>
220 <artifactId>maven-compiler-plugin</artifactId>
228 <groupId>org.apache.maven.plugins</groupId>
229 <artifactId>maven-surefire-plugin</artifactId>
232 <include>**/*Test.java</include>
237 <!-- Make sure other projects can use (or the test support
238 and test classes from the projects it uses. To use
239 a dependence on a test library of a project, an additinoal
240 dependence must be added with <type>test-jar</type>
244 <groupId>org.apache.maven.plugins</groupId>
245 <artifactId>maven-jar-plugin</artifactId>
249 <goal>test-jar</goal>
256 <groupId>org.codehaus.mojo</groupId>
257 <artifactId>cobertura-maven-plugin</artifactId>
274 <groupId>org.apache.maven.plugins</groupId>
275 <artifactId>maven-project-info-reports-plugin</artifactId>
279 <report>checkstyle</report>
280 <report>javadoc</report>
281 <report>dependencies</report>
282 <report>project-team</report>
283 <report>mailing-list</report>
284 <report>issue-tracking</report>
285 <report>license</report>
292 <groupId>org.codehaus.mojo</groupId>
293 <artifactId>changes-maven-plugin</artifactId>
294 <version>2.0-beta-1</version>
298 <report>changes-report</report>
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-javadoc-plugin</artifactId>
308 <groupId>org.codehaus.mojo</groupId>
309 <artifactId>surefire-report-maven-plugin</artifactId>
311 <!-- Test coverage reporting -->
313 <groupId>org.codehaus.mojo</groupId>
314 <artifactId>cobertura-maven-plugin</artifactId>
319 <groupId>org.apache.maven.plugins</groupId>
320 <artifactId>maven-checkstyle-plugin</artifactId>
322 <configLocation>config/sun_checks.xml</configLocation>
328 <groupId>org.codehaus.mojo</groupId>
329 <artifactId>taglist-maven-plugin</artifactId>