I\'m trying to build an implementation agnostic maven module which relies on JPA2. Unfortunately, the only Maven JPA dependency is JPA1 based, and consequently, I cannot us
For the JPA 2.2 API an "official" artifact is available from maven central, see this answer.