Now working with both hibernate and eclipselink
[utils] / test / eclipselink / pom.xml
index 23c6f5f7593a73d31c87fe58139e0668f694fb62..bfb2dda58d3cbeb6ef12e1c454a95a2c11473cf8 100644 (file)
@@ -1,56 +1,63 @@
-<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">
-
-  <parent>
-    <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.2.3-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.wamblee</groupId>
-  <artifactId>wamblee-test-eclipselink</artifactId>
-  <packaging>jar</packaging>
-  <name>/test/eclipselink</name>
-  <url>http://wamblee.org</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-test-enterprise</artifactId>
-      <version>0.2.3-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.wamblee</groupId>
-      <artifactId>wamblee-test-enterprise</artifactId>
-      <version>0.2.3-SNAPSHOT</version>
-      <type>test-jar</type>
-    </dependency>
-
-    <dependency>
-      <groupId>org.dbunit</groupId>
-      <artifactId>dbunit</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>persistence-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.eclipse.persistence</groupId>
-      <artifactId>eclipselink</artifactId>
-    </dependency>
-
-  </dependencies>
-
-   <repositories>
-        <repository>
-            <id>EclipseLink Repo</id>
-            <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
-        </repository>
-
-    </repositories>
+<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">
+
+       <parent>
+               <groupId>org.wamblee</groupId>
+               <artifactId>wamblee-utils</artifactId>
+               <version>0.2.3-SNAPSHOT</version>
+       </parent>
+
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.wamblee</groupId>
+       <artifactId>wamblee-test-eclipselink</artifactId>
+       <packaging>jar</packaging>
+       <name>/test/eclipselink</name>
+       <url>http://wamblee.org</url>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.wamblee</groupId>
+                       <artifactId>wamblee-test-enterprise</artifactId>
+                       <version>0.2.3-SNAPSHOT</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.wamblee</groupId>
+                       <artifactId>wamblee-test-enterprise</artifactId>
+                       <version>0.2.3-SNAPSHOT</version>
+                       <type>test-jar</type>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.dbunit</groupId>
+                       <artifactId>dbunit</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.eclipse.persistence</groupId>
+                       <artifactId>javax.persistence</artifactId>
+                       <version>2.0.0</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>javax.persistence</groupId>
+                       <artifactId>persistence-api</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.eclipse.persistence</groupId>
+                       <artifactId>eclipselink</artifactId>
+               </dependency>
+
+       </dependencies>
+
+       <repositories>
+               <repository>
+                       <id>EclipseLink Repo</id>
+                       <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
+               </repository>
+
+       </repositories>
 
 
 </project>