1 <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">
4 <groupId>org.wamblee</groupId>
5 <artifactId>wamblee-utils</artifactId>
6 <version>0.2.2-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-test-enterprise</artifactId>
12 <packaging>jar</packaging>
13 <name>/test/enterprise</name>
14 <url>http://wamblee.org</url>
18 <groupId>org.wamblee</groupId>
19 <artifactId>wamblee-support-general</artifactId>
20 <version>0.2.2-SNAPSHOT</version>
24 <groupId>javax.transaction</groupId>
25 <artifactId>transaction-api</artifactId>
28 <groupId>junit</groupId>
29 <artifactId>junit</artifactId>
30 <scope>compile</scope>
33 <groupId>org.apache.derby</groupId>
34 <artifactId>derby</artifactId>
37 <groupId>mysql</groupId>
38 <artifactId>mysql-connector-java</artifactId>
41 <groupId>org.apache.derby</groupId>
42 <artifactId>derbyclient</artifactId>
45 <groupId>org.apache.derby</groupId>
46 <artifactId>derbynet</artifactId>
49 <groupId>commons-dbcp</groupId>
50 <artifactId>commons-dbcp</artifactId>
53 <groupId>javax.persistence</groupId>
54 <artifactId>persistence-api</artifactId>
57 <groupId>org.dbunit</groupId>
58 <artifactId>dbunit</artifactId>
61 <groupId>org.slf4j</groupId>
62 <artifactId>slf4j-api</artifactId>
65 <groupId>org.slf4j</groupId>
66 <artifactId>slf4j-jdk14</artifactId>