You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by jeczmien <je...@podgorska.ddns.info> on 2011/12/07 22:34:04 UTC

Re: [5.3] JPA Maven Dependency not found

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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [5.3] JPA Maven Dependency not found

Posted by jeczmien <je...@podgorska.ddns.info>.
I've already done it.
This is not case - problem is it still not corrected in repository.
Developers (users) waste their time to fix problem, which shouldn't happen
in STABLE version.



--
View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-JPA-Maven-Dependency-not-found-tp4974063p5059481.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [5.3] JPA Maven Dependency not found

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <lp...@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-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: [5.3] JPA Maven Dependency not found

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
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-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org