Use this: <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-jpa</artifactId> <version>${tap.version}</version> <type>jar</type> <scope>compile</scope> <exclusions> <exclusion> <artifactId>javax.persistence</artifactId> <groupId>org.eclipse.persistence</groupId> </exclusion> </exclusions> </dependency>
More examples here: http://code.google.com/p/flowlogix/source/browse/build-core/pom.xml On Dec 7, 2011, at 4:34 PM, jeczmien wrote: > 5.3 is out, but dependency persist... > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/5-3-JPA-Maven-Dependency-not-found-tp4974063p5057050.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org