Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

Maven Build Error when using GF Client Module, what is the correct POM entry?

$
0
0

I am getting the following error when performing a clean and build after I added the GF Client Module 3.1.2 to my POM.


org.glassfish.main.appclient.client
gf-client-module
3.1.2

The following artifacts could not be resolved: org.eclipse.persistence:javax.persistence:jar:2.0.4.v201112200901, org.eclipse.persistence:org.eclipse.persistence.core:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.oracle:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.3.2, org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.3.2

My local maven repository has the artifact structure but the javax persistence folder only has the following two files; javax.persistence-2.0.4.v201112200901.jar.lastUpdated and javax.persistence-2.0.4.v201112200901.pom.lastUpdated. Not what I was expecting...

What is the correct maven POM dependency when developing a stand-alone client?


Viewing all articles
Browse latest Browse all 1091

Trending Articles