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">
6 <groupId>org.wamblee</groupId>
7 <artifactId>wamblee-utils</artifactId>
8 <version>0.2-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.wamblee</groupId>
13 <artifactId>wamblee-support</artifactId>
14 <packaging>jar</packaging>
15 <name>wamblee.org support library</name>
16 <url>http://wamblee.org</url>
19 <groupId>commons-logging</groupId>
20 <artifactId>commons-logging</artifactId>
23 <groupId>commons-beanutils</groupId>
24 <artifactId>commons-beanutils</artifactId>
27 <groupId>org.springframework</groupId>
28 <artifactId>spring-beans</artifactId>
31 <groupId>org.springframework</groupId>
32 <artifactId>spring-hibernate3</artifactId>
35 <groupId>org.springframework</groupId>
36 <artifactId>spring-aop</artifactId>
38 <!-- should be possible to remove the dependence on log4j -->
40 <groupId>log4j</groupId>
41 <artifactId>log4j</artifactId>
44 <groupId>dom4j</groupId>
45 <artifactId>dom4j</artifactId>
48 <groupId>ehcache</groupId>
49 <artifactId>ehcache</artifactId>
52 <groupId>xerces</groupId>
53 <artifactId>xerces</artifactId>
56 <groupId>org.hibernate</groupId>
57 <artifactId>hibernate</artifactId>
60 <groupId>jaxen</groupId>
61 <artifactId>jaxen</artifactId>
64 <groupId>oro</groupId>
65 <artifactId>oro</artifactId>