1 <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">
4 <groupId>org.wamblee</groupId>
5 <artifactId>wamblee-utils</artifactId>
6 <version>0.2.1</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-support-spring</artifactId>
12 <packaging>jar</packaging>
13 <name>/support/spring</name>
14 <url>http://wamblee.org</url>
17 <groupId>org.wamblee</groupId>
18 <artifactId>wamblee-support-general</artifactId>
19 <version>0.2.1</version>
22 <groupId>org.wamblee</groupId>
23 <artifactId>wamblee-support-general</artifactId>
24 <version>0.2.1</version>
26 <scope>provided</scope>
29 <groupId>org.springframework</groupId>
30 <artifactId>spring-beans</artifactId>
33 <groupId>org.springframework</groupId>
34 <artifactId>spring-hibernate3</artifactId>
37 <groupId>org.hibernate</groupId>
38 <artifactId>hibernate</artifactId>
43 <groupId>org.wamblee</groupId>
44 <artifactId>wamblee-hibernate-jpa</artifactId>
45 <version>0.2.1</version>
48 <groupId>org.springframework</groupId>
49 <artifactId>spring-aop</artifactId>
51 <!-- should be possible to remove the dependence on log4j -->
53 <groupId>log4j</groupId>
54 <artifactId>log4j</artifactId>
57 <groupId>dom4j</groupId>
58 <artifactId>dom4j</artifactId>
61 <groupId>net.sf.ehcache</groupId>
62 <artifactId>ehcache</artifactId>
65 <groupId>org.wamblee</groupId>
66 <artifactId>wamblee-hibernate-jpa</artifactId>
67 <version>0.2.1</version>
70 <groupId>jaxen</groupId>
71 <artifactId>jaxen</artifactId>