c2c08f4941c0dfb8140ecc0b145b4d1c860d8a4f
[utils] / test / enterprise / pom.xml
1 <?xml version="1.0"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
6   <parent>
7     <groupId>org.wamblee</groupId>
8     <artifactId>wamblee-utils</artifactId>
9     <version>0.6-SNAPSHOT</version>
10   </parent>
11
12   <modelVersion>4.0.0</modelVersion>
13   <groupId>org.wamblee</groupId>
14   <artifactId>wamblee-test-enterprise</artifactId>
15   <packaging>jar</packaging>
16   <name>/test/enterprise</name>
17   <url>http://wamblee.org</url>
18
19   <dependencies>
20     <dependency>
21       <groupId>org.wamblee</groupId>
22       <artifactId>wamblee-support-general</artifactId>
23       <version>0.6-SNAPSHOT</version>
24       <type>test-jar</type>
25     </dependency>
26     <dependency>
27       <groupId>org.wamblee</groupId>
28       <artifactId>wamblee-support-inject</artifactId>
29       <version>0.6-SNAPSHOT</version>
30     </dependency>
31     <dependency>
32       <groupId>org.wamblee</groupId>
33       <artifactId>wamblee-support-inject</artifactId>
34       <version>0.6-SNAPSHOT</version>
35       <type>test-jar</type>
36     </dependency>
37     <dependency>
38       <groupId>org.jboss.weld</groupId>
39       <artifactId>weld-se</artifactId>
40     </dependency>
41
42     <dependency>
43       <groupId>org.wamblee</groupId>
44       <artifactId>wamblee-support-general</artifactId>
45       <version>0.6-SNAPSHOT</version>
46     </dependency>
47     <dependency>
48       <groupId>javax.transaction</groupId>
49       <artifactId>transaction-api</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>junit</groupId>
53       <artifactId>junit</artifactId>
54       <scope>compile</scope>
55     </dependency>
56     <dependency>
57       <groupId>org.apache.derby</groupId>
58       <artifactId>derby</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>mysql</groupId>
62       <artifactId>mysql-connector-java</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.apache.derby</groupId>
66       <artifactId>derbyclient</artifactId>
67     </dependency>
68     <dependency>
69       <groupId>org.apache.derby</groupId>
70       <artifactId>derbynet</artifactId>
71     </dependency>
72     <dependency>
73       <groupId>commons-dbcp</groupId>
74       <artifactId>commons-dbcp</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>javax.persistence</groupId>
78       <artifactId>persistence-api</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>org.dbunit</groupId>
82       <artifactId>dbunit</artifactId>
83       <scope>compile</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.slf4j</groupId>
87       <artifactId>slf4j-api</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.slf4j</groupId>
91       <artifactId>slf4j-jdk14</artifactId>
92     </dependency>
93   </dependencies>
94   <distributionManagement>
95     <site>
96       <id>test-enterprise-site</id>
97       <url>file:${distrib}/test/enterprise</url>
98     </site>
99   </distributionManagement>
100
101 </project>