(no commit message)
[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>javax.transaction</groupId>
26       <artifactId>transaction-api</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>junit</groupId>
30       <artifactId>junit</artifactId>
31       <scope>compile</scope>
32     </dependency>
33     <dependency>
34       <groupId>org.apache.derby</groupId>
35       <artifactId>derby</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>mysql</groupId>
39       <artifactId>mysql-connector-java</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.apache.derby</groupId>
43       <artifactId>derbyclient</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.apache.derby</groupId>
47       <artifactId>derbynet</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>commons-dbcp</groupId>
51       <artifactId>commons-dbcp</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>javax.persistence</groupId>
55       <artifactId>persistence-api</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.dbunit</groupId>
59       <artifactId>dbunit</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.slf4j</groupId>
63       <artifactId>slf4j-api</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>org.slf4j</groupId>
67       <artifactId>slf4j-jdk14</artifactId>
68     </dependency>
69   </dependencies>
70   <distributionManagement>
71     <site>
72       <id>test-enterprise-site</id>
73       <url>file:${distrib}/test/enterprise</url>
74     </site>
75   </distributionManagement>
76   
77 </project>