In the xxx-dom
project, reference the
JPA Objects' applib in the
<dependencies>
section:
<dependencies> ... <dependency> <groupId>org.starobjects.jpa</groupId> <artifactId>jpa-applib</artifactId> </dependency> ... </dependencies>
This will transitively bring in the
JPA (javax.persistence
)
annotations.