Skip to main content

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

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

Back to the top