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>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-test-jpatest-eclipselink</artifactId>
13 <packaging>jar</packaging>
14 <name>/test/jpatest-eclipselink</name>
15 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-test-eclipselink</artifactId>
21 <version>0.5</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-test-enterprise</artifactId>
27 <version>0.5</version>
32 <groupId>org.eclipse.persistence</groupId>
33 <artifactId>javax.persistence</artifactId>
34 <version>2.0.0</version>
38 <groupId>org.eclipse.persistence</groupId>
39 <artifactId>eclipselink</artifactId>
46 <id>EclipseLink Repo</id>
47 <url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url>