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.2.5-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</groupId>
19 <artifactId>javaee-api</artifactId>
22 <groupId>oro</groupId>
23 <artifactId>oro</artifactId>
26 <groupId>commons-logging</groupId>
27 <artifactId>commons-logging</artifactId>
30 <groupId>org.apache.derby</groupId>
31 <artifactId>derby</artifactId>
35 <groupId>org.apache.derby</groupId>
36 <artifactId>derbyclient</artifactId>
40 <groupId>org.apache.derby</groupId>
41 <artifactId>derbynet</artifactId>
45 <groupId>commons-beanutils</groupId>
46 <artifactId>commons-beanutils</artifactId>
49 <groupId>dom4j</groupId>
50 <artifactId>dom4j</artifactId>
53 <groupId>net.sf.ehcache</groupId>
54 <artifactId>ehcache</artifactId>
57 <groupId>jaxen</groupId>
58 <artifactId>jaxen</artifactId>
62 <distributionManagement>
64 <id>support-general</id>
65 <url>file:${distrib}/support/general</url>
67 </distributionManagement>