1d9cd680183d64d5e8a5171407fc9749d89925dd
[utils] / test / enterprise / 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.2.5-SNAPSHOT</version>
8   </parent>
9
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.wamblee</groupId>
12   <artifactId>wamblee-test-enterprise</artifactId>
13   <packaging>jar</packaging>
14   <name>/test/enterprise</name>
15   <url>http://wamblee.org</url>
16
17   <dependencies>
18     <dependency>
19       <groupId>org.wamblee</groupId>
20       <artifactId>wamblee-support-general</artifactId>
21       <version>0.2.5-SNAPSHOT</version>
22       <type>test-jar</type>
23     </dependency>
24     <dependency>
25       <groupId>org.wamblee</groupId>
26       <artifactId>wamblee-support-general</artifactId>
27       <version>0.2.5-SNAPSHOT</version>
28     </dependency>
29     <dependency>
30       <groupId>javax.transaction</groupId>
31       <artifactId>transaction-api</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>junit</groupId>
35       <artifactId>junit</artifactId>
36       <scope>compile</scope>
37     </dependency>
38     <dependency>
39       <groupId>org.apache.derby</groupId>
40       <artifactId>derby</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>mysql</groupId>
44       <artifactId>mysql-connector-java</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.apache.derby</groupId>
48       <artifactId>derbyclient</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.apache.derby</groupId>
52       <artifactId>derbynet</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>commons-dbcp</groupId>
56       <artifactId>commons-dbcp</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>javax.persistence</groupId>
60       <artifactId>persistence-api</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.dbunit</groupId>
64       <artifactId>dbunit</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>org.slf4j</groupId>
68       <artifactId>slf4j-api</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.slf4j</groupId>
72       <artifactId>slf4j-jdk14</artifactId>
73     </dependency>
74   </dependencies>
75   <distributionManagement>
76     <site>
77       <id>test-enterprise-site</id>
78       <url>file:${distrib}/test/enterprise</url>
79     </site>
80   </distributionManagement>
81   
82 </project>