You can also add the following repository to get the dependencies:

http://download.eclipse.org/rt/eclipselink/maven.repo/

This is how we fixed the issue in trunk and 5.3 branch.

On Wed, Dec 7, 2011 at 10:36 PM, Lenny Primak <lpri...@hope.nyc.ny.us>wrote:

> 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
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Reply via email to