Hi,
the TCK has model classes using the JPA annotations (see package
org.apache.jdo.tck.pc.companyAnnotatedJPA). So we need the JPA
interafces when compiling the TCK classes. I added the dependency to the
JPA interface in the tck module.
Regards Michael
-------- Original-Nachricht --------
Betreff: svn commit: r1062012 - /db/jdo/trunk/tck/pom.xml
Datum: Fri, 21 Jan 2011 20:32:42 +0000
Von: <m...@apache.org>
Antwort an: <jdo-dev@db.apache.org>
An: <jdo-comm...@db.apache.org>
Author: mbo
Date: Fri Jan 21 20:32:42 2011
New Revision: 1062012
URL: http://svn.apache.org/viewvc?rev=1062012&view=rev
Log:
JDO-647: added dependency to JPA interface
Modified:
db/jdo/trunk/tck/pom.xml
Modified: db/jdo/trunk/tck/pom.xml
URL:
http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1062012&r1=1062011&r2=1062012&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Fri Jan 21 20:32:42 2011
@@ -188,6 +188,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
+<dependency>
+<groupId>org.apache.geronimo.specs</groupId>
+<artifactId>geronimo-jpa_2.0_spec</artifactId>
+</dependency>
</dependencies>
<reporting>
<plugins>