e153435697678b131af551aade3b57f32c593214
[utils] / support / general / pom.xml
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">
2
3   <parent>
4     <groupId>org.wamblee</groupId>
5     <artifactId>wamblee-utils</artifactId>
6     <version>0.2.2-SNAPSHOT</version>
7   </parent>
8
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>
15   <dependencies>
16     <dependency>
17       <groupId>javax</groupId>
18       <artifactId>javaee-api</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>oro</groupId>
22       <artifactId>oro</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>commons-logging</groupId>
26       <artifactId>commons-logging</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.apache.derby</groupId>
30       <artifactId>derby</artifactId>
31       <scope>test</scope>
32     </dependency>
33     <dependency>
34       <groupId>org.apache.derby</groupId>
35       <artifactId>derbyclient</artifactId>
36       <scope>test</scope>
37     </dependency>
38     <dependency>
39       <groupId>org.apache.derby</groupId>
40       <artifactId>derbynet</artifactId>
41       <scope>test</scope>
42     </dependency>
43     <dependency>
44       <groupId>commons-beanutils</groupId>
45       <artifactId>commons-beanutils</artifactId>
46     </dependency>
47     <!-- should be possible to remove the dependence on log4j -->
48     <dependency>
49       <groupId>log4j</groupId>
50       <artifactId>log4j</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>dom4j</groupId>
54       <artifactId>dom4j</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>net.sf.ehcache</groupId>
58       <artifactId>ehcache</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>jaxen</groupId>
62       <artifactId>jaxen</artifactId>
63     </dependency>
64   </dependencies>
65
66 </project>