2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <groupId>org.wamblee</groupId>
6 <artifactId>wamblee-utils</artifactId>
7 <version>0.2.5-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-support-spring</artifactId>
13 <packaging>jar</packaging>
14 <name>/support/spring</name>
15 <url>http://wamblee.org</url>
18 <groupId>org.wamblee</groupId>
19 <artifactId>wamblee-support-general</artifactId>
20 <version>0.2.5-SNAPSHOT</version>
23 <groupId>org.wamblee</groupId>
24 <artifactId>wamblee-support-general</artifactId>
25 <version>0.2.5-SNAPSHOT</version>
27 <scope>provided</scope>
30 <groupId>org.springframework</groupId>
31 <artifactId>spring-beans</artifactId>
34 <groupId>org.springframework</groupId>
35 <artifactId>spring-hibernate3</artifactId>
38 <groupId>org.hibernate</groupId>
39 <artifactId>hibernate</artifactId>
44 <groupId>org.springframework</groupId>
45 <artifactId>spring-aop</artifactId>
48 <groupId>dom4j</groupId>
49 <artifactId>dom4j</artifactId>
52 <groupId>net.sf.ehcache</groupId>
53 <artifactId>ehcache</artifactId>
56 <groupId>org.wamblee</groupId>
57 <artifactId>wamblee-hibernate-jpa</artifactId>
58 <version>0.2.5-SNAPSHOT</version>
61 <groupId>jaxen</groupId>
62 <artifactId>jaxen</artifactId>