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.4-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-system-spring</artifactId>
13 <packaging>jar</packaging>
14 <version>0.4-SNAPSHOT</version>
15 <name>/system/spring</name>
16 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-support-general</artifactId>
21 <version>${project.version}</version>
24 <groupId>org.wamblee</groupId>
25 <artifactId>wamblee-system-general</artifactId>
26 <version>${project.version}</version>
29 <groupId>org.wamblee</groupId>
30 <artifactId>wamblee-support-spring</artifactId>
31 <version>${project.version}</version>
34 <groupId>org.wamblee</groupId>
35 <artifactId>wamblee-support-spring</artifactId>
36 <version>${project.version}</version>
40 <groupId>org.wamblee</groupId>
41 <artifactId>wamblee-hibernate-jpa</artifactId>
42 <version>${project.version}</version>
45 <groupId>commons-logging</groupId>
46 <artifactId>commons-logging</artifactId>
49 <groupId>org.springframework</groupId>
50 <artifactId>spring-beans</artifactId>
53 <groupId>org.springframework</groupId>
54 <artifactId>spring-context</artifactId>