Moved over some of the security stuff from Photos.
[utils] / pom.xml
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>
11     <modules>
12         <module>support</module>
13         <module>hibernate-jpa</module>
14         <module>security</module>
15         <module>socketproxy</module>
16         <module>crawler</module>
17         <module>gps</module>
18         <module>mythtv</module>
19     </modules>
20     <dependencies>
21         <dependency>
22             <groupId>junit</groupId>
23             <artifactId>junit</artifactId>
24             <version>4.4</version>
25             <scope>test</scope> 
26         </dependency>
27         <dependency>
28             <groupId>org.dbunit</groupId>
29             <artifactId>dbunit</artifactId>
30             <version>2.2</version>
31             <scope>test</scope>
32         </dependency>
33         <dependency>
34             <groupId>jmock</groupId>
35             <artifactId>jmock-cglib</artifactId>
36             <version>1.1.0</version>
37             <scope>test</scope>
38             <exclusions>
39                 <exclusion>
40                     <groupId>cglib</groupId>
41                     <artifactId>cglib-full</artifactId>
42                 </exclusion>
43             </exclusions>
44         </dependency>
45     </dependencies>
46
47     <dependencyManagement>
48         <dependencies>
49             <dependency>
50                 <groupId>org.wamblee</groupId>
51                 <artifactId>wamblee-support</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>org.wamblee</groupId>
56                 <artifactId>wamblee-support</artifactId>
57                 <type>test-jar</type>
58                 <version>${project.version}</version>
59             </dependency>
60             <dependency>
61                 <groupId>org.wamblee</groupId>
62                 <artifactId>wamblee-hibernate-jpa</artifactId>
63                 <version>${project.version}</version>
64             </dependency>
65             <dependency>
66                 <groupId>org.wamblee</groupId>
67                 <artifactId>wamblee-hibernate-jpa</artifactId>
68                 <version>${project.version}</version>
69                 <type>test-jar</type>
70             </dependency>
71             <dependency>
72                 <groupId>org.wamblee</groupId>
73                 <artifactId>wamblee-socketproxy</artifactId>
74                 <version>${project.version}</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.wamblee</groupId>
78                 <artifactId>wamblee-socketproxy</artifactId>
79                 <type>test-jar</type>
80                 <version>${project.version}</version>
81             </dependency>
82             <dependency>
83                 <groupId>org.wamblee</groupId>
84                 <artifactId>wamblee-crawler</artifactId>
85                 <version>${project.version}</version>
86             </dependency>
87             <dependency>
88                 <groupId>org.wamblee</groupId>
89                 <artifactId>wamblee-crawler</artifactId>
90                 <type>test-jar</type>
91                 <version>${project.version}</version>
92             </dependency>
93             <dependency>
94                 <groupId>org.wamblee</groupId>
95                 <artifactId>wamblee-crawler-basic</artifactId>
96                 <version>${project.version}</version>
97             </dependency>
98             <dependency>
99                 <groupId>org.wamblee</groupId>
100                 <artifactId>wamblee-crawler-basic</artifactId>
101                 <type>test-jar</type>
102                 <version>${project.version}</version>
103             </dependency>
104
105             <dependency>
106                 <groupId>javax.persistence</groupId>
107                 <artifactId>persistence-api</artifactId>
108                 <version>1.0</version>
109                 <scope>provided</scope>
110             </dependency>
111             <dependency>
112                 <groupId>javax.activation</groupId>
113                 <artifactId>activation</artifactId>
114                 <version>1.1</version>
115             </dependency>
116             <dependency>
117                 <groupId>javax.mail</groupId>
118                 <artifactId>mail</artifactId>
119                 <version>1.4.1</version>
120             </dependency>
121             <dependency>
122                 <groupId>javax.servlet</groupId>
123                 <artifactId>servlet-api</artifactId>
124                 <version>2.3</version>
125                 <type>jar</type>
126                 <scope>provided</scope>
127             </dependency>
128             <dependency>
129                 <groupId>mysql</groupId>
130                 <artifactId>mysql-connector-java</artifactId>
131                 <version>3.1.14</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.apache.derby</groupId>
135                 <artifactId>derby</artifactId>
136                 <version>10.3.2.1</version>
137             </dependency>
138             <dependency>
139                 <groupId>org.apache.derby</groupId>
140                 <artifactId>derbyclient</artifactId>
141                 <version>10.3.2.1</version>
142             </dependency>
143             <dependency>
144                 <groupId>org.apache.derby</groupId>
145                 <artifactId>derbynet</artifactId>
146                 <version>10.3.2.1</version>
147             </dependency>
148             <dependency>
149                 <groupId>quartz</groupId>
150                 <artifactId>quartz</artifactId>
151                 <version>1.5.1</version>
152             </dependency>
153             <dependency>
154                 <groupId>jtidy</groupId>
155                 <artifactId>jtidy</artifactId>
156                 <version>4aug2000r7-dev</version>
157             </dependency>
158
159
160             <dependency>
161                 <groupId>commons-logging</groupId>
162                 <artifactId>commons-logging</artifactId>
163                 <version>1.0.2</version>
164             </dependency>
165             <dependency>
166                 <groupId>commons-httpclient</groupId>
167                 <artifactId>commons-httpclient</artifactId>
168                 <version>3.0</version>
169             </dependency>
170             <dependency>
171                 <groupId>commons-beanutils</groupId>
172                 <artifactId>commons-beanutils</artifactId>
173                 <version>1.7.0</version>
174             </dependency>
175             <dependency>
176                 <groupId>org.springframework</groupId>
177                 <artifactId>spring-beans</artifactId>
178                 <version>${springversion}</version>
179             </dependency>
180             <dependency>
181                 <groupId>org.springframework</groupId>
182                 <artifactId>spring-web</artifactId>
183                 <version>${springversion}</version>
184             </dependency>
185             <dependency>
186                 <groupId>org.springframework</groupId>
187                 <artifactId>spring-jms</artifactId>
188                 <version>${springversion}</version>
189             </dependency>
190             <dependency>
191                 <groupId>org.springframework</groupId>
192                 <artifactId>spring-context</artifactId>
193                 <version>${springversion}</version>
194             </dependency>
195             <dependency>
196                 <groupId>org.springframework</groupId>
197                 <artifactId>spring-hibernate3</artifactId>
198                 <version>${springversion}</version>
199             </dependency>
200             <dependency>
201                 <groupId>org.springframework</groupId>
202                 <artifactId>spring-jpa</artifactId>
203                 <version>${springversion}</version>
204             </dependency>
205             <dependency>
206                 <groupId>org.springframework</groupId>
207                 <artifactId>spring-aop</artifactId>
208                 <version>${springversion}</version>
209             </dependency>
210
211             <!-- should be possible to remove the dependence on log4j -->
212             <dependency>
213                 <groupId>log4j</groupId>
214                 <artifactId>log4j</artifactId>
215                 <version>1.2.8</version>
216             </dependency>
217             <dependency>
218                 <groupId>dom4j</groupId>
219                 <artifactId>dom4j</artifactId>
220                 <version>1.6</version>
221                 <exclusions>
222                     <exclusion>
223                         <groupId>xml-apis</groupId>
224                         <artifactId>xml-apis</artifactId>
225                     </exclusion>
226                 </exclusions>
227             </dependency>
228             <dependency>
229                 <groupId>net.sf.ehcache</groupId>
230                 <artifactId>ehcache</artifactId>
231                 <version>1.2.3</version>
232             </dependency>
233             <dependency>
234                 <groupId>xerces</groupId>
235                 <artifactId>xercesImpl</artifactId>
236                 <version>2.8.1</version>
237             </dependency>
238
239
240             <dependency>
241                 <groupId>commons-email</groupId>
242                 <artifactId>commons-email</artifactId>
243                 <version>1.0</version>
244             </dependency>
245             <dependency>
246                 <groupId>jaxen</groupId>
247                 <artifactId>jaxen</artifactId>
248                 <version>1.1-beta-9</version>
249                 <exclusions>
250                     <exclusion>
251                         <groupId>xom</groupId>
252                         <artifactId>xom</artifactId>
253                     </exclusion>
254                     <exclusion>
255                         <groupId>xerces</groupId>
256                         <artifactId>xmlParserAPIs</artifactId>
257                     </exclusion>
258                 </exclusions>
259             </dependency>
260             <dependency>
261                 <groupId>jstl</groupId>
262                 <artifactId>jstl</artifactId>
263                 <version>1.1.2</version>
264             </dependency>
265             <dependency>
266                 <groupId>taglibs</groupId>
267                 <artifactId>standard</artifactId>
268                 <version>1.1.2</version>
269             </dependency>
270             <dependency>
271                 <groupId>jfree</groupId>
272                 <artifactId>jfreechart</artifactId>
273                 <version>1.0.1</version>
274             </dependency>
275             <dependency>
276                 <groupId>jfree</groupId>
277                 <artifactId>jcommon</artifactId>
278                 <version>1.0.2</version>
279             </dependency>
280
281             <dependency>
282                 <groupId>javaee</groupId>
283                 <artifactId>javaee-api</artifactId>
284                 <version>5</version>
285                 <scope>provided</scope>
286             </dependency>
287
288             <dependency>
289                 <groupId>commons-codec</groupId>
290                 <artifactId>commons-codec</artifactId>
291                 <version>1.3</version>
292             </dependency>
293
294
295         </dependencies>
296     </dependencyManagement>
297
298     <build>
299         <plugins>
300             <plugin>
301                 <groupId>org.apache.maven.plugins</groupId>
302                 <artifactId>maven-compiler-plugin</artifactId>
303                 <configuration>
304                     <source>1.6</source>
305                     <target>1.6</target>
306                 </configuration>
307             </plugin>
308
309             <plugin>
310                 <groupId>org.apache.maven.plugins</groupId>
311                 <artifactId>maven-surefire-plugin</artifactId>
312                 <configuration>
313                     <includes>
314                         <include>**/*Test.java</include>
315                     </includes>
316                 </configuration>
317             </plugin>
318
319             <!-- Make sure other projects can use (or the test support
320            and test classes from the projects it uses. To use
321            a dependence on a test library of a project, an additinoal
322            dependence must be added with <type>test-jar</type>
323         -->
324
325             <plugin>
326                 <groupId>org.apache.maven.plugins</groupId>
327                 <artifactId>maven-jar-plugin</artifactId>
328                 <executions>
329                     <execution>
330                         <goals>
331                             <goal>test-jar</goal>
332                         </goals>
333                     </execution>
334                 </executions>
335             </plugin>
336
337             <plugin>
338                 <groupId>org.codehaus.mojo</groupId>
339                 <artifactId>cobertura-maven-plugin</artifactId>
340                 <executions>
341                     <execution>
342                         <goals>
343                             <goal>clean</goal>
344                         </goals>
345                     </execution>
346                 </executions>
347             </plugin>
348
349         </plugins>
350
351     </build>
352
353     <reporting>
354         <plugins>
355             <plugin>
356                 <groupId>org.apache.maven.plugins</groupId>
357                 <artifactId>maven-project-info-reports-plugin</artifactId>
358                 <reportSets>
359                     <reportSet>
360                         <reports>
361                             <report>checkstyle</report>
362                             <report>javadoc</report>
363                             <report>dependencies</report>
364                             <report>project-team</report>
365                             <report>mailing-list</report>
366                             <report>issue-tracking</report>
367                             <report>license</report>
368                             <report>scm</report>
369                         </reports>
370                     </reportSet>
371                 </reportSets>
372             </plugin>
373             <plugin>
374                 <groupId>org.codehaus.mojo</groupId>
375                 <artifactId>changes-maven-plugin</artifactId>
376                 <version>2.0-beta-1</version>
377                 <reportSets>
378                     <reportSet>
379                         <reports>
380                             <report>changes-report</report>
381                         </reports>
382                     </reportSet>
383                 </reportSets>
384             </plugin>
385             <plugin>
386                 <groupId>org.apache.maven.plugins</groupId>
387                 <artifactId>maven-javadoc-plugin</artifactId>
388             </plugin>
389             <plugin>
390                 <groupId>org.codehaus.mojo</groupId>
391                 <artifactId>surefire-report-maven-plugin</artifactId>
392             </plugin>
393             <!-- Test coverage reporting -->
394             <plugin>
395                 <groupId>org.codehaus.mojo</groupId>
396                 <artifactId>cobertura-maven-plugin</artifactId>
397             </plugin>
398
399             <!-- checkstyle -->
400             <plugin>
401                 <groupId>org.apache.maven.plugins</groupId>
402                 <artifactId>maven-checkstyle-plugin</artifactId>
403                 <configuration>
404                     <configLocation>config/sun_checks.xml</configLocation>
405                 </configuration>
406             </plugin>
407
408             <!-- taglist -->
409             <plugin>
410                 <groupId>org.codehaus.mojo</groupId>
411                 <artifactId>taglist-maven-plugin</artifactId>
412                 <configuration>
413                     <tags>
414                         <tag>TODO</tag>
415                         <tag>@todo</tag>
416                         <tag>FIXME</tag>
417                     </tags>
418                 </configuration>
419             </plugin>
420
421         </plugins>
422     </reporting>
423
424     <repositories>
425         <repository>
426             <id>javaee</id>
427             <name>Java EE repo at SUN</name>
428             <url>http://download.java.net/maven/1</url>
429             <layout>legacy</layout>
430         </repository>
431     </repositories>
432
433     <properties>
434         <springversion>2.0.8</springversion>
435     </properties>
436
437 </project>