Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Where to find v2.3.2.v20111125-r10461?

Hi Laird,

In EclipseLink version 2.3.2.v20111125-r10461, the final string is not used by maven. Try asking maven for 2.3.2, you should get that version.

-Tom

On 11/02/2013 11:51 AM, Laird Nelson wrote:
Hello, I am trying to use the same EclipseLink JPA library in our unit tests as
GlassFish 3.1.2.2 does.  GlassFish apparently (somewhat shockingly) ships with
the (strange?) EclipseLink version 2.3.2.v20111125-r10461.

Attempting to find this via the regular EclipseLink Maven repository fails.  In
addition, browsing is still not working on that repository after several years
and bug reports (https://bugs.eclipse.org/bugs/show_bug.cgi?id=365329) so I
can't bash around :-) and see what else might be lying there.

Here is my dependency information:

<dependency>
   <groupId>org.eclipse.persistence</groupId>
   <artifactId>org.eclipse.persistence.jpa</artifactId>
   <version>2.3.2.v20111125-r10461</version>
</dependency>

This cannot be resolved by Maven when using the Maven repository located at
http://download.eclipse.org/rt/eclipselink/maven.repo.  For comparison, version
2.3.3 is correctly resolved from there.

What should I do?

Best,
Laird

--
http://about.me/lairdnelson


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top