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-security</artifactId>
7 <version>0.7-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-security-usermgt</artifactId>
13 <packaging>jar</packaging>
14 <name>/security/usermgt</name>
15 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-system-general</artifactId>
21 <version>0.7-SNAPSHOT</version>
25 <groupId>javax</groupId>
26 <artifactId>javaee-api</artifactId>
30 <groupId>commons-codec</groupId>
31 <artifactId>commons-codec</artifactId>
35 <groupId>net.sf.ehcache</groupId>
36 <artifactId>ehcache-core</artifactId>
41 <distributionManagement>
43 <id>security-usermgt-site</id>
44 <url>file:${distrib}/security/usermgt</url>
46 </distributionManagement>