1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.3-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-test-eclipselink</artifactId>
13 <packaging>jar</packaging>
14 <name>/test/eclipselink</name>
15 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-test-enterprise</artifactId>
21 <version>0.2.3-SNAPSHOT</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-test-enterprise</artifactId>
27 <version>0.2.3-SNAPSHOT</version>
32 <groupId>org.dbunit</groupId>
33 <artifactId>dbunit</artifactId>
37 <groupId>org.eclipse.persistence</groupId>
38 <artifactId>javax.persistence</artifactId>
39 <version>2.0.0</version>
43 <groupId>javax.persistence</groupId>
44 <artifactId>persistence-api</artifactId>
48 <groupId>org.eclipse.persistence</groupId>
49 <artifactId>eclipselink</artifactId>
56 <id>EclipseLink Repo</id>
57 <url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url>