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>
7 <version>0.2.5-SNAPSHOT</version>
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.2.5-SNAPSHOT</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-support-general</artifactId>
27 <version>0.2.5-SNAPSHOT</version>
30 <groupId>javax.transaction</groupId>
31 <artifactId>transaction-api</artifactId>
34 <groupId>junit</groupId>
35 <artifactId>junit</artifactId>
36 <scope>compile</scope>
39 <groupId>org.apache.derby</groupId>
40 <artifactId>derby</artifactId>
43 <groupId>mysql</groupId>
44 <artifactId>mysql-connector-java</artifactId>
47 <groupId>org.apache.derby</groupId>
48 <artifactId>derbyclient</artifactId>
51 <groupId>org.apache.derby</groupId>
52 <artifactId>derbynet</artifactId>
55 <groupId>commons-dbcp</groupId>
56 <artifactId>commons-dbcp</artifactId>
59 <groupId>javax.persistence</groupId>
60 <artifactId>persistence-api</artifactId>
63 <groupId>org.dbunit</groupId>
64 <artifactId>dbunit</artifactId>
67 <groupId>org.slf4j</groupId>
68 <artifactId>slf4j-api</artifactId>
71 <groupId>org.slf4j</groupId>
72 <artifactId>slf4j-jdk14</artifactId>
75 <distributionManagement>
77 <id>test-enterprise-site</id>
78 <url>file:${distrib}/test/enterprise</url>
80 </distributionManagement>