[maven-release-plugin] prepare release wamblee-utils-0.7
[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-security</artifactId>
7     <version>0.7</version>
8   </parent>
9
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>
16   <dependencies>
17
18     <dependency>
19       <groupId>org.wamblee</groupId>
20       <artifactId>wamblee-system-general</artifactId>
21       <version>0.7</version>
22     </dependency>
23
24     <dependency>
25       <groupId>javax</groupId>
26       <artifactId>javaee-api</artifactId>
27     </dependency>
28
29     <dependency>
30       <groupId>commons-codec</groupId>
31       <artifactId>commons-codec</artifactId>
32     </dependency>
33     
34     <dependency>
35       <groupId>net.sf.ehcache</groupId>
36       <artifactId>ehcache-core</artifactId>
37     </dependency>
38
39   </dependencies>
40   
41   <distributionManagement>
42     <site>
43       <id>security-usermgt-site</id>
44       <url>file:${distrib}/security/usermgt</url>
45     </site>
46   </distributionManagement>
47
48 </project>