1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6 <groupId>org.wamblee</groupId>
7 <artifactId>wamblee-utils</artifactId>
8 <version>0.2-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.wamblee</groupId>
13 <artifactId>wamblee-support-general</artifactId>
14 <packaging>jar</packaging>
15 <name>/support/general</name>
16 <url>http://wamblee.org</url>
19 <groupId>oro</groupId>
20 <artifactId>oro</artifactId>
23 <groupId>commons-logging</groupId>
24 <artifactId>commons-logging</artifactId>
27 <groupId>org.apache.derby</groupId>
28 <artifactId>derby</artifactId>
32 <groupId>org.apache.derby</groupId>
33 <artifactId>derbyclient</artifactId>
37 <groupId>org.apache.derby</groupId>
38 <artifactId>derbynet</artifactId>
42 <groupId>commons-beanutils</groupId>
43 <artifactId>commons-beanutils</artifactId>
45 <!-- should be possible to remove the dependence on log4j -->
47 <groupId>log4j</groupId>
48 <artifactId>log4j</artifactId>
51 <groupId>dom4j</groupId>
52 <artifactId>dom4j</artifactId>
55 <groupId>net.sf.ehcache</groupId>
56 <artifactId>ehcache</artifactId>
59 <groupId>jaxen</groupId>
60 <artifactId>jaxen</artifactId>