1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6 <groupId>org.wamblee</groupId>
7 <artifactId>wamblee-utils</artifactId>
8 <version>0.2-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.wamblee</groupId>
13 <artifactId>wamblee-support-test</artifactId>
14 <packaging>jar</packaging>
15 <name>wamblee.org support general library</name>
16 <url>http://wamblee.org</url>
20 <groupId>org.wamblee</groupId>
21 <artifactId>wamblee-support-general</artifactId>
22 <version>0.2-SNAPSHOT</version>
26 <groupId>javax.transaction</groupId>
27 <artifactId>transaction-api</artifactId>
30 <groupId>junit</groupId>
31 <artifactId>junit</artifactId>
32 <scope>compile</scope>
35 <groupId>org.apache.derby</groupId>
36 <artifactId>derby</artifactId>
39 <groupId>mysql</groupId>
40 <artifactId>mysql-connector-java</artifactId>
43 <groupId>org.apache.derby</groupId>
44 <artifactId>derbyclient</artifactId>
47 <groupId>org.apache.derby</groupId>
48 <artifactId>derbynet</artifactId>
51 <groupId>commons-dbcp</groupId>
52 <artifactId>commons-dbcp</artifactId>
55 <groupId>toplink.essentials</groupId>
56 <artifactId>toplink-essentials</artifactId>
59 <groupId>javax.persistence</groupId>
60 <artifactId>persistence-api</artifactId>
63 <groupId>toplink.essentials</groupId>
64 <artifactId>toplink-essentials</artifactId>
67 <groupId>org.dbunit</groupId>
68 <artifactId>dbunit</artifactId>
71 <groupId>org.slf4j</groupId>
72 <artifactId>slf4j-api</artifactId>
75 <groupId>org.slf4j</groupId>
76 <artifactId>slf4j-jdk14</artifactId>