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.3-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-system-spring</artifactId>
12 <packaging>jar</packaging>
13 <version>0.2.3-SNAPSHOT</version>
14 <name>/system/spring</name>
15 <url>http://wamblee.org</url>
18 <groupId>org.wamblee</groupId>
19 <artifactId>wamblee-support-general</artifactId>
20 <version>${project.version}</version>
23 <groupId>org.wamblee</groupId>
24 <artifactId>wamblee-system-general</artifactId>
25 <version>${project.version}</version>
28 <groupId>org.wamblee</groupId>
29 <artifactId>wamblee-support-spring</artifactId>
30 <version>${project.version}</version>
33 <groupId>org.wamblee</groupId>
34 <artifactId>wamblee-support-spring</artifactId>
35 <version>${project.version}</version>
39 <groupId>org.wamblee</groupId>
40 <artifactId>wamblee-hibernate-jpa</artifactId>
41 <version>${project.version}</version>
44 <groupId>commons-logging</groupId>
45 <artifactId>commons-logging</artifactId>
48 <groupId>org.springframework</groupId>
49 <artifactId>spring-beans</artifactId>
52 <groupId>org.springframework</groupId>
53 <artifactId>spring-context</artifactId>