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-spring</artifactId>
14 <packaging>jar</packaging>
15 <name>wamblee.org support library</name>
16 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-support-general</artifactId>
21 <version>0.2-SNAPSHOT</version>
24 <groupId>org.wamblee</groupId>
25 <artifactId>wamblee-support-general</artifactId>
26 <version>0.2-SNAPSHOT</version>
28 <scope>provided</scope>
31 <groupId>org.springframework</groupId>
32 <artifactId>spring-beans</artifactId>
35 <groupId>org.springframework</groupId>
36 <artifactId>spring-hibernate3</artifactId>
39 <groupId>org.hibernate</groupId>
40 <artifactId>hibernate</artifactId>
45 <groupId>org.wamblee</groupId>
46 <artifactId>wamblee-hibernate-jpa</artifactId>
47 <version>0.2-SNAPSHOT</version>
50 <groupId>org.springframework</groupId>
51 <artifactId>spring-aop</artifactId>
53 <!-- should be possible to remove the dependence on log4j -->
55 <groupId>log4j</groupId>
56 <artifactId>log4j</artifactId>
59 <groupId>dom4j</groupId>
60 <artifactId>dom4j</artifactId>
63 <groupId>net.sf.ehcache</groupId>
64 <artifactId>ehcache</artifactId>
67 <groupId>xerces</groupId>
68 <artifactId>xercesImpl</artifactId>
71 <groupId>org.wamblee</groupId>
72 <artifactId>wamblee-hibernate-jpa</artifactId>
73 <version>0.2-SNAPSHOT</version>
76 <groupId>jaxen</groupId>
77 <artifactId>jaxen</artifactId>