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.
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?