(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 4 Apr 2010 12:05:48 +0000 (12:05 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 4 Apr 2010 12:05:48 +0000 (12:05 +0000)
support/test/pom.xml

index 5ab92ab25c331d18dff7e34b6cd79b065874721e..3a5d6aa6687289bb528b88d77bd647c22d8d3a23 100644 (file)
       <version>0.2-SNAPSHOT</version>
       <type>test-jar</type>
     </dependency>
+    <!-- dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-hibernate-jpa</artifactId>
+      <version>0.2-SNAPSHOT</version>
+    </dependency -->
     <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>transaction-api</artifactId>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
     </dependency>
+    <!-- 
     <dependency>
       <groupId>toplink.essentials</groupId>
       <artifactId>toplink-essentials</artifactId>
     </dependency>
+    -->
     <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>persistence-api</artifactId>
+      <groupId>org.eclipse.persistence</groupId>
+      <artifactId>eclipselink</artifactId>
     </dependency>
     <dependency>
-      <groupId>toplink.essentials</groupId>
-      <artifactId>toplink-essentials</artifactId>
+      <groupId>javax.persistence</groupId>
+      <artifactId>persistence-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.dbunit</groupId>
@@ -76,5 +83,5 @@
       <artifactId>slf4j-jdk14</artifactId>
     </dependency>
   </dependencies>
-  
+
 </project>