1 <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">
4 <groupId>org.wamblee</groupId>
5 <artifactId>wamblee-utils</artifactId>
6 <version>0.2.2-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-support-general</artifactId>
12 <packaging>jar</packaging>
13 <name>/support/general</name>
14 <url>http://wamblee.org</url>
17 <groupId>oro</groupId>
18 <artifactId>oro</artifactId>
21 <groupId>commons-logging</groupId>
22 <artifactId>commons-logging</artifactId>
25 <groupId>org.apache.derby</groupId>
26 <artifactId>derby</artifactId>
30 <groupId>org.apache.derby</groupId>
31 <artifactId>derbyclient</artifactId>
35 <groupId>org.apache.derby</groupId>
36 <artifactId>derbynet</artifactId>
40 <groupId>commons-beanutils</groupId>
41 <artifactId>commons-beanutils</artifactId>
43 <!-- should be possible to remove the dependence on log4j -->
45 <groupId>log4j</groupId>
46 <artifactId>log4j</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>