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