1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6 <groupId>org.wamblee</groupId>
7 <artifactId>wamblee-utils</artifactId>
8 <version>0.2-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.wamblee</groupId>
13 <artifactId>wamblee-security</artifactId>
14 <packaging>jar</packaging>
15 <name>wamblee.org security</name>
16 <url>http://wamblee.org</url>
20 <groupId>org.wamblee</groupId>
21 <artifactId>wamblee-support-general</artifactId>
22 <version>0.2-SNAPSHOT</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-support-general</artifactId>
28 <version>0.2-SNAPSHOT</version>
31 <groupId>org.wamblee</groupId>
32 <artifactId>wamblee-support-spring</artifactId>
33 <version>0.2-SNAPSHOT</version>
36 <groupId>org.wamblee</groupId>
37 <artifactId>wamblee-support-spring</artifactId>
39 <version>0.2-SNAPSHOT</version>
43 <groupId>org.wamblee</groupId>
44 <artifactId>wamblee-hibernate-jpa</artifactId>
45 <version>0.2-SNAPSHOT</version>
49 <groupId>commons-codec</groupId>
50 <artifactId>commons-codec</artifactId>
53 <groupId>mysql</groupId>
54 <artifactId>mysql-connector-java</artifactId>
58 <groupId>org.springframework</groupId>
59 <artifactId>spring-beans</artifactId>
62 <groupId>org.springframework</groupId>
63 <artifactId>spring-hibernate3</artifactId>
66 <groupId>org.hibernate</groupId>
67 <artifactId>hibernate</artifactId>
72 <groupId>org.springframework</groupId>
73 <artifactId>spring-aop</artifactId>
76 <groupId>javax.transaction</groupId>
77 <artifactId>transaction-api</artifactId>
78 <version>1.1</version>