da1ff2a5d5ee856a694f43bfd359cc3829c3aa75
[utils] / support / general / pom.xml
1 <?xml version="1.0"?>
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">
3
4   <parent>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <version>0.4-SNAPSHOT</version>
8   </parent>
9
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>
16   <dependencies>
17     <dependency>
18       <groupId>javax.persistence</groupId>
19       <artifactId>persistence-api</artifactId>
20       <scope>provided</scope>
21     </dependency>
22     <dependency>
23       <groupId>javax</groupId>
24       <artifactId>javaee-api</artifactId>
25       <scope>provided</scope>
26     </dependency>
27     <dependency>
28       <groupId>oro</groupId>
29       <artifactId>oro</artifactId>
30     </dependency>
31     <dependency>
32       <groupId>commons-logging</groupId>
33       <artifactId>commons-logging</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.apache.derby</groupId>
37       <artifactId>derby</artifactId>
38       <scope>test</scope>
39     </dependency>
40     <dependency>
41       <groupId>org.apache.derby</groupId>
42       <artifactId>derbyclient</artifactId>
43       <scope>test</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.apache.derby</groupId>
47       <artifactId>derbynet</artifactId>
48       <scope>test</scope>
49     </dependency>
50     <dependency>
51       <groupId>commons-beanutils</groupId>
52       <artifactId>commons-beanutils</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>dom4j</groupId>
56       <artifactId>dom4j</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>net.sf.ehcache</groupId>
60       <artifactId>ehcache</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>jaxen</groupId>
64       <artifactId>jaxen</artifactId>
65     </dependency>
66   </dependencies>
67   
68   <distributionManagement>
69     <site>
70       <id>support-general</id>
71       <url>file:${distrib}/support/general</url>
72     </site>
73   </distributionManagement>
74
75 </project>