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">
5 <groupId>org.wamblee</groupId>
6 <artifactId>wamblee-utils</artifactId>
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>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-support-general</artifactId>
21 <version>0.5</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-support-inject</artifactId>
27 <version>0.5</version>
30 <groupId>org.wamblee</groupId>
31 <artifactId>wamblee-support-inject</artifactId>
32 <version>0.5</version>
36 <groupId>org.wamblee</groupId>
37 <artifactId>wamblee-support-general</artifactId>
38 <version>0.5</version>
41 <groupId>javax.transaction</groupId>
42 <artifactId>transaction-api</artifactId>
45 <groupId>junit</groupId>
46 <artifactId>junit</artifactId>
47 <scope>compile</scope>
50 <groupId>org.apache.derby</groupId>
51 <artifactId>derby</artifactId>
54 <groupId>mysql</groupId>
55 <artifactId>mysql-connector-java</artifactId>
58 <groupId>org.apache.derby</groupId>
59 <artifactId>derbyclient</artifactId>
62 <groupId>org.apache.derby</groupId>
63 <artifactId>derbynet</artifactId>
66 <groupId>commons-dbcp</groupId>
67 <artifactId>commons-dbcp</artifactId>
70 <groupId>javax.persistence</groupId>
71 <artifactId>persistence-api</artifactId>
74 <groupId>org.dbunit</groupId>
75 <artifactId>dbunit</artifactId>
78 <groupId>org.slf4j</groupId>
79 <artifactId>slf4j-api</artifactId>
82 <groupId>org.slf4j</groupId>
83 <artifactId>slf4j-jdk14</artifactId>
86 <distributionManagement>
88 <id>test-enterprise-site</id>
89 <url>file:${distrib}/test/enterprise</url>
91 </distributionManagement>