Bad EclipseLink JPA dependency [message #996843] |
Wed, 02 January 2013 21:28  |
Eclipse User |
|
|
|
Hi everyone,
Sorry if this is the wrong place. I'm trying to use EclipseLink JPA in a Gradle project, and it looks like one of the EclipseLink dependencies is declared improperly.
Specifically, I get the following error when I try to resolve the dependency:
:2.0:unspecified > org.eclipse.persistence:org.eclipse.persistence.jpa:2.4.0 > org.eclipse.persistence:org.eclipse.persistence.core:2.4.0
> java.text.ParseException: inconsistent module descriptor file found in 'CachedResource: /Users/jhaswell/.gradle/caches/artifacts-15/filestore/org.eclipse.persistence/org.eclipse.persistence.asm/3.3.1.v201206041142/pom/4198a4777257a80a112b908810f1e2cc1f6317ab/org.eclipse.persistence.asm-3.3.1.v201206041142.pom for http://download.eclipse.org/rt/eclipselink/maven.repo/org/eclipse/persistence/org.eclipse.persistence.asm/3.3.1.v201206041142/org.eclipse.persistence.asm-3.3.1.v201206041142.pom': bad module name: expected='org.eclipse.persistence.asm' found='org.eclipse.persistence.oracleddlparser'; bad revision: expected='3.3.1.v201206041142' found='1.0.0.v20121122';
Sure enough, the contents of that POM do not comport with those coordinates. I can work around by including a different version of EclipseLink:ASM explicitly, but I think that artifact needs to be fixed. Where would I submit a bug for this?
Best!
Josiah
|
|
|
|
Powered by
FUDForum. Page generated in 0.06141 seconds