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.1</version>
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.wamblee</groupId>
11 <artifactId>wamblee-test-eclipselink</artifactId>
12 <packaging>jar</packaging>
13 <name>/test/eclipselink</name>
14 <url>http://wamblee.org</url>
18 <groupId>org.wamblee</groupId>
19 <artifactId>wamblee-test-enterprise</artifactId>
20 <version>0.2.1</version>
24 <groupId>org.wamblee</groupId>
25 <artifactId>wamblee-test-enterprise</artifactId>
26 <version>0.2.1</version>
31 <groupId>org.dbunit</groupId>
32 <artifactId>dbunit</artifactId>
36 <groupId>javax.persistence</groupId>
37 <artifactId>persistence-api</artifactId>
41 <groupId>org.eclipse.persistence</groupId>
42 <artifactId>eclipselink</artifactId>
49 <id>EclipseLink Repo</id>
50 <url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url>