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-support</artifactId>
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>
18 <groupId>javax.persistence</groupId>
19 <artifactId>persistence-api</artifactId>
20 <scope>provided</scope>
23 <groupId>javax</groupId>
24 <artifactId>javaee-api</artifactId>
25 <scope>provided</scope>
29 <groupId>net.sf.ehcache</groupId>
30 <artifactId>ehcache-core</artifactId>
31 <optional>true</optional>
36 <distributionManagement>
38 <id>support-general</id>
39 <url>file:${distrib}/support/general</url>
41 </distributionManagement>