Well, the one I've used is this, which is in Maven central:

<dependency>
    <groupId>org.eclipse.persistence</groupId>
    <artifactId>javax.persistence</artifactId>
    <version>2.0.0</version>
</dependency>

EclipseLink is the RI for JPA 2.0, so it's the closest I think I we
can get to "official".  AFAIK, there are no releases with a groupId of
"javax.persistence" and artifactId of "persistence-api".

-matthew

On Wed, Oct 12, 2011 at 9:12 AM, Andy Jefferson <a...@datanucleus.org> wrote:
>> I suggest changing the JDO-684 patch to specify
>> javax.persistence;version="[1.0.0,3.0.0)"
>
> Maybe
>
>> Thoughts?
>
> When are the JPA2 EG going to make the effort to actually provide a
> "javax.persistence" "persistence-api" 2.0 ? i.e official. Providing the API 
> part
> of the JCP process any more?
>
> People often just use "geronimo-specs" jpa_2.0 v1.1, which exports
> "javax.persistence" as version="1.1" !!!
>
>
> --
> Andy
> DataNucleus (http://www.datanucleus.org)
>



-- 
@matthewadams12
mailto:matt...@matthewadams.me
skype:matthewadams12
yahoo:matthewadams
aol:matthewadams12
google-talk:matthewadam...@gmail.com
msn:matt...@matthewadams.me
http://matthewadams.me
http://www.linkedin.com/in/matthewadams

Reply via email to