436f70765953a765c51309a74fb6fd8bbf04183d
[utils] / security / usermgt / pom.xml
1 <?xml version="1.0"?>
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">
3
4   <parent>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <version>0.6-SNAPSHOT</version>
8         <relativePath>../..</relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.wamblee</groupId>
13   <artifactId>wamblee-security-usermgt</artifactId>
14   <packaging>jar</packaging>
15   <name>/security/usermgt</name>
16   <url>http://wamblee.org</url>
17   <dependencies>
18
19     <dependency>
20       <groupId>org.wamblee</groupId>
21       <artifactId>wamblee-system-general</artifactId>
22       <version>0.6-SNAPSHOT</version>
23     </dependency>
24
25     <dependency>
26       <groupId>javax</groupId>
27       <artifactId>javaee-api</artifactId>
28     </dependency>
29
30     <dependency>
31       <groupId>commons-codec</groupId>
32       <artifactId>commons-codec</artifactId>
33     </dependency>
34     
35     <dependency>
36       <groupId>net.sf.ehcache</groupId>
37       <artifactId>ehcache-core</artifactId>
38     </dependency>
39
40   </dependencies>
41   
42   <distributionManagement>
43     <site>
44       <id>security-usermgt-site</id>
45       <url>file:${distrib}/security/usermgt</url>
46     </site>
47   </distributionManagement>
48
49 </project>