Where can I find a JPA2 Maven dependency?

后端 未结 7 1798
情话喂你
情话喂你 2020-12-09 01:50

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

7条回答
  •  粉色の甜心
    2020-12-09 02:26

    For the JPA 2.2 API an "official" artifact is available from maven central, see this answer.

提交回复
热议问题