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>
48 <!-- should be possible to remove the dependence on log4j -->
50 <groupId>log4j</groupId>
51 <artifactId>log4j</artifactId>
54 <groupId>dom4j</groupId>
55 <artifactId>dom4j</artifactId>
58 <groupId>net.sf.ehcache</groupId>
59 <artifactId>ehcache</artifactId>
62 <groupId>jaxen</groupId>
63 <artifactId>jaxen</artifactId>
67 <distributionManagement>
69 <id>test-enterprise-site</id>
70 <url>file:${distrib}/support/general</url>
72 </distributionManagement>