(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.4-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.4-SNAPSHOT</version>
22       <type>test-jar</type>
23     </dependency>
24     <dependency>
25       <groupId>org.wamblee</groupId>
26       <artifactId>wamblee-support-inject</artifactId>
27       <version>0.4-SNAPSHOT</version>
28     </dependency>
29     <dependency>
30       <groupId>org.wamblee</groupId>
31       <artifactId>wamblee-support-inject</artifactId>
32       <version>0.4-SNAPSHOT</version>
33       <type>test-jar</type>
34     </dependency>
35     <dependency>
36       <groupId>org.wamblee</groupId>
37       <artifactId>wamblee-support-general</artifactId>
38       <version>0.4-SNAPSHOT</version>
39     </dependency>
40     <dependency>
41       <groupId>javax.transaction</groupId>
42       <artifactId>transaction-api</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>junit</groupId>
46       <artifactId>junit</artifactId>
47       <scope>compile</scope>
48     </dependency>
49     <dependency>
50       <groupId>org.apache.derby</groupId>
51       <artifactId>derby</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>mysql</groupId>
55       <artifactId>mysql-connector-java</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.apache.derby</groupId>
59       <artifactId>derbyclient</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.apache.derby</groupId>
63       <artifactId>derbynet</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>commons-dbcp</groupId>
67       <artifactId>commons-dbcp</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>javax.persistence</groupId>
71       <artifactId>persistence-api</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.dbunit</groupId>
75       <artifactId>dbunit</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.slf4j</groupId>
79       <artifactId>slf4j-api</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>org.slf4j</groupId>
83       <artifactId>slf4j-jdk14</artifactId>
84     </dependency>
85   </dependencies>
86   <distributionManagement>
87     <site>
88       <id>test-enterprise-site</id>
89       <url>file:${distrib}/test/enterprise</url>
90     </site>
91   </distributionManagement>
92   
93 </project>