<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>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
</dependencies>
-
+
</project>