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-utils</artifactId>
7 <version>0.4.2-SNAPSHOT</version>
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>org.apache.derby</groupId>
30 <artifactId>derby</artifactId>
34 <groupId>org.apache.derby</groupId>
35 <artifactId>derbyclient</artifactId>
39 <groupId>org.apache.derby</groupId>
40 <artifactId>derbynet</artifactId>
45 <groupId>dom4j</groupId>
46 <artifactId>dom4j</artifactId>
47 <optional>true</optional>
50 <groupId>net.sf.ehcache</groupId>
51 <artifactId>ehcache</artifactId>
52 <optional>true</optional>
55 <groupId>jaxen</groupId>
56 <artifactId>jaxen</artifactId>
57 <optional>true</optional>
61 <distributionManagement>
63 <id>support-general</id>
64 <url>file:${distrib}/support/general</url>
66 </distributionManagement>