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-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-security</artifactId>
12 <packaging>jar</packaging>
13 <name>/security</name>
14 <url>http://wamblee.org</url>
18 <groupId>org.wamblee</groupId>
19 <artifactId>wamblee-support-general</artifactId>
20 <version>0.2-SNAPSHOT</version>
23 <groupId>org.wamblee</groupId>
24 <artifactId>wamblee-support-general</artifactId>
26 <version>0.2-SNAPSHOT</version>
29 <groupId>org.wamblee</groupId>
30 <artifactId>wamblee-test-enterprise</artifactId>
31 <version>0.2-SNAPSHOT</version>
35 <groupId>org.wamblee</groupId>
36 <artifactId>wamblee-system-spring</artifactId>
37 <version>0.2-SNAPSHOT</version>
40 <groupId>org.wamblee</groupId>
41 <artifactId>wamblee-system-spring</artifactId>
43 <version>0.2-SNAPSHOT</version>
46 <groupId>org.wamblee</groupId>
47 <artifactId>wamblee-system-general</artifactId>
49 <version>0.2-SNAPSHOT</version>
52 <groupId>org.wamblee</groupId>
53 <artifactId>wamblee-support-spring</artifactId>
54 <version>0.2-SNAPSHOT</version>
57 <groupId>org.wamblee</groupId>
58 <artifactId>wamblee-support-spring</artifactId>
60 <version>0.2-SNAPSHOT</version>
64 <groupId>org.wamblee</groupId>
65 <artifactId>wamblee-hibernate-jpa</artifactId>
66 <version>0.2-SNAPSHOT</version>
70 <groupId>commons-codec</groupId>
71 <artifactId>commons-codec</artifactId>
75 <groupId>org.springframework</groupId>
76 <artifactId>spring-beans</artifactId>
79 <groupId>org.springframework</groupId>
80 <artifactId>spring-hibernate3</artifactId>
83 <groupId>org.hibernate</groupId>
84 <artifactId>hibernate</artifactId>
89 <groupId>org.springframework</groupId>
90 <artifactId>spring-aop</artifactId>
93 <groupId>javax.transaction</groupId>
94 <artifactId>transaction-api</artifactId>
95 <version>1.1</version>