c56ad8ac3f9cac56355affbccd2bb17f8e2c50cb
[utils] / support / general / 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-support</artifactId>
7     <version>0.7-SNAPSHOT</version>
8   </parent>
9
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.wamblee</groupId>
12   <artifactId>wamblee-support-general</artifactId>
13   <packaging>jar</packaging>
14   <name>/support/general</name>
15   <url>http://wamblee.org</url>
16   <dependencies>
17     <dependency>
18       <groupId>javax.persistence</groupId>
19       <artifactId>persistence-api</artifactId>
20       <scope>provided</scope>
21     </dependency>
22     <dependency>
23       <groupId>javax</groupId>
24       <artifactId>javaee-api</artifactId>
25       <scope>provided</scope>
26     </dependency>
27     
28     <dependency>
29       <groupId>net.sf.ehcache</groupId>
30       <artifactId>ehcache-core</artifactId>
31       <optional>true</optional>
32     </dependency>
33     
34   </dependencies>
35   
36   <distributionManagement>
37     <site>
38       <id>support-general</id>
39       <url>file:${distrib}/support/general</url>
40     </site>
41   </distributionManagement>
42
43 </project>